Html Css Color HEX #B60C87 Medium Violet Red

📋 copy color: '#B60C87'

red 182 ◦ green 12 ◦ blue 135

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

Shades of Medium Violet Red #B60C87

Tints of Medium Violet Red #B60C87

RGB

 RED value IS 182 (71.48% from 255) = 55.32%

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

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

R = 55.32%
G = 3.65%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B60C87 (or 0xB60C87) is known color: Medium Violet Red. HEX triplet: B6, 0C and 87. RGB value is (182,12,135). Sum of RGB (Red+Green+Blue) = 182+12+135=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C87 is #49F378. Grayscale: #4C4C4C. Windows color (decimal): -4846457 or 8850614. OLE color: 8850614.

HSL color Cylindrical-coordinate representation of color #B60C87: hue angle of 316.59º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C87 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 135 -
CMYK 0 0.93 0.26 0.29
HSL 316.59º 0.88% 0.38% -
HSV(B) 316.59º 0.93% 0.71% -
XYZ 23.8 11.96 23.98 -
YUV 76.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 182 12 135 0 0.93 0.26 0.29 316.59 0.88 0.38
Hex B6 C 87 0 5D 1A 1D 13D 58 26
Octal 266 14 207 0 135 32 35 475 130 46
Binary 10110110 1100 10000111 0 1011101 11010 11101 100111101 1011000 100110

Color Harmonies of #B60C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C87

Black with #B60C87

Text Example


Text Example

White with #B60C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C87; }

 p { color: rgb(182,12,135); }

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

background-color css

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

 a { background-color: rgb(182,12,135); }

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

border-color css

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

 span { border-color: rgb(182,12,135); }

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