Html Css Color HEX #BC0C89 Medium Violet Red

📋 copy color: '#BC0C89'

red 188 ◦ green 12 ◦ blue 137

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

Shades of Medium Violet Red #BC0C89

Tints of Medium Violet Red #BC0C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 55.79%
G = 3.56%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC0C89 (or 0xBC0C89) is known color: Medium Violet Red. HEX triplet: BC, 0C and 89. RGB value is (188,12,137). Sum of RGB (Red+Green+Blue) = 188+12+137=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C89 is #43F376. Grayscale: #4E4E4E. Windows color (decimal): -4453239 or 8981692. OLE color: 8981692.

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

Color convert

RGB 188 12 137 -
CMYK 0 0.94 0.27 0.26
HSL 317.39º 0.88% 0.39% -
HSV(B) 317.39º 0.94% 0.74% -
XYZ 25.39 12.76 24.79 -
YUV 78.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 188 12 137 0 0.94 0.27 0.26 317.39 0.88 0.39
Hex BC C 89 0 5E 1B 1A 13D 58 27
Octal 274 14 211 0 136 33 32 475 130 47
Binary 10111100 1100 10001001 0 1011110 11011 11010 100111101 1011000 100111

Color Harmonies of #BC0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C89

Black with #BC0C89

Text Example


Text Example

White with #BC0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C89; }

 p { color: rgb(188,12,137); }

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

background-color css

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

 a { background-color: rgb(188,12,137); }

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

border-color css

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

 span { border-color: rgb(188,12,137); }

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