Html Css Color HEX #BC0587 Medium Violet Red

📋 copy color: '#BC0587'

red 188 ◦ green 5 ◦ blue 135

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

Shades of Medium Violet Red #BC0587

Tints of Medium Violet Red #BC0587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 57.32%
G = 1.52%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC0587 (or 0xBC0587) is known color: Medium Violet Red. HEX triplet: BC, 05 and 87. RGB value is (188,5,135). Sum of RGB (Red+Green+Blue) = 188+5+135=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0587 is #43FA78. Grayscale: #4A4A4A. Windows color (decimal): -4455033 or 8848828. OLE color: 8848828.

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

Color convert

RGB 188 5 135 -
CMYK 0 0.97 0.28 0.26
HSL 317.38º 0.95% 0.38% -
HSV(B) 317.38º 0.97% 0.74% -
XYZ 25.17 12.55 24.02 -
YUV 74.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 188 5 135 0 0.97 0.28 0.26 317.38 0.95 0.38
Hex BC 5 87 0 61 1C 1A 13D 5F 26
Octal 274 5 207 0 141 34 32 475 137 46
Binary 10111100 101 10000111 0 1100001 11100 11010 100111101 1011111 100110

Color Harmonies of #BC0587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0587

Black with #BC0587

Text Example


Text Example

White with #BC0587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0587; }

 p { color: rgb(188,5,135); }

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

background-color css

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

 a { background-color: rgb(188,5,135); }

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

border-color css

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

 span { border-color: rgb(188,5,135); }

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