Html Css Color HEX #B60C85 Medium Violet Red

📋 copy color: '#B60C85'

red 182 ◦ green 12 ◦ blue 133

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

Shades of Medium Violet Red #B60C85

Tints of Medium Violet Red #B60C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 55.66%
G = 3.67%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B60C85 (or 0xB60C85) is known color: Medium Violet Red. HEX triplet: B6, 0C and 85. RGB value is (182,12,133). Sum of RGB (Red+Green+Blue) = 182+12+133=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C85 is #49F37A. Grayscale: #4C4C4C. Windows color (decimal): -4846459 or 8719542. OLE color: 8719542.

HSL color Cylindrical-coordinate representation of color #B60C85: hue angle of 317.29º 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 #B60C85 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 133 -
CMYK 0 0.93 0.27 0.29
HSL 317.29º 0.88% 0.38% -
HSV(B) 317.29º 0.93% 0.71% -
XYZ 23.66 11.9 23.24 -
YUV 76.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 182 12 133 0 0.93 0.27 0.29 317.29 0.88 0.38
Hex B6 C 85 0 5D 1B 1D 13D 58 26
Octal 266 14 205 0 135 33 35 475 130 46
Binary 10110110 1100 10000101 0 1011101 11011 11101 100111101 1011000 100110

Color Harmonies of #B60C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C85

Black with #B60C85

Text Example


Text Example

White with #B60C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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