Html Css Color HEX #BC038A Medium Violet Red

📋 copy color: '#BC038A'

red 188 ◦ green 3 ◦ blue 138

#BC038A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BC038A

Tints of Medium Violet Red #BC038A

RGB

 RED value IS 188 (73.83% from 255) = 57.14%

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 57.14%
G = 0.91%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC038A (or 0xBC038A) is known color: Medium Violet Red. HEX triplet: BC, 03 and 8A. RGB value is (188,3,138). Sum of RGB (Red+Green+Blue) = 188+3+138=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC038A is #43FC75. Grayscale: #494949. Windows color (decimal): -4455542 or 9044924. OLE color: 9044924.

HSL color Cylindrical-coordinate representation of color #BC038A: hue angle of 316.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC038A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 138 -
CMYK 0 0.98 0.27 0.26
HSL 316.22º 0.97% 0.37% -
HSV(B) 316.22º 0.98% 0.74% -
XYZ 25.36 12.59 25.14 -
YUV 73.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 188 3 138 0 0.98 0.27 0.26 316.22 0.97 0.37
Hex BC 3 8A 0 62 1B 1A 13C 61 25
Octal 274 3 212 0 142 33 32 474 141 45
Binary 10111100 11 10001010 0 1100010 11011 11010 100111100 1100001 100101

Color Harmonies of #BC038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC038A

Black with #BC038A

Text Example


Text Example

White with #BC038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC038A; }

 p { color: rgb(188,3,138); }

 H1.HeaderClassName
 {
   color: #BC038A;
 }
 .AnyTagClassName
 {
   color: #BC038A;
 }
</style>

background-color css

<style>
 a { background-color: #BC038A; }

 a { background-color: rgb(188,3,138); }

 div.DivClassName
 {
   background-color: #BC038A;
 }
 .BgClassName
 {
   background-color: #BC038A;
 }
</style>

border-color css

<style>
 span { border-color: #BC038A; }

 span { border-color: rgb(188,3,138); }

 td.TdClassName
 {
   border-color: #BC038A;
 }
 .TagClassName
 {
   border-color: #BC038A;
 }
</style>