Html Css Color HEX #BC039C Medium Violet Red

📋 copy color: '#BC039C'

red 188 ◦ green 3 ◦ blue 156

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

Shades of Medium Violet Red #BC039C

Tints of Medium Violet Red #BC039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 54.18%
G = 0.86%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC039C (or 0xBC039C) is known color: Medium Violet Red. HEX triplet: BC, 03 and 9C. RGB value is (188,3,156). Sum of RGB (Red+Green+Blue) = 188+3+156=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC039C is #43FC63. Grayscale: #4B4B4B. Windows color (decimal): -4455524 or 10224572. OLE color: 10224572.

HSL color Cylindrical-coordinate representation of color #BC039C: hue angle of 310.38º 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 #BC039C is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 156 -
CMYK 0 0.98 0.17 0.26
HSL 310.38º 0.97% 0.37% -
HSV(B) 310.38º 0.98% 0.74% -
XYZ 26.77 13.16 32.58 -
YUV 75.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 188 3 156 0 0.98 0.17 0.26 310.38 0.97 0.37
Hex BC 3 9C 0 62 11 1A 136 61 25
Octal 274 3 234 0 142 21 32 466 141 45
Binary 10111100 11 10011100 0 1100010 10001 11010 100110110 1100001 100101

Color Harmonies of #BC039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC039C

Black with #BC039C

Text Example


Text Example

White with #BC039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC039C; }

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

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

background-color css

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

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

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

border-color css

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

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

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