Html Css Color HEX #B60C9D Medium Violet Red

📋 copy color: '#B60C9D'

red 182 ◦ green 12 ◦ blue 157

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

Shades of Medium Violet Red #B60C9D

Tints of Medium Violet Red #B60C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 51.85%
G = 3.42%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B60C9D (or 0xB60C9D) is known color: Medium Violet Red. HEX triplet: B6, 0C and 9D. RGB value is (182,12,157). Sum of RGB (Red+Green+Blue) = 182+12+157=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C9D is #49F362. Grayscale: #4E4E4E. Windows color (decimal): -4846435 or 10292406. OLE color: 10292406.

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

Color convert

RGB 182 12 157 -
CMYK 0 0.93 0.14 0.29
HSL 308.82º 0.88% 0.38% -
HSV(B) 308.82º 0.93% 0.71% -
XYZ 25.51 12.64 32.99 -
YUV 79.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 182 12 157 0 0.93 0.14 0.29 308.82 0.88 0.38
Hex B6 C 9D 0 5D E 1D 135 58 26
Octal 266 14 235 0 135 16 35 465 130 46
Binary 10110110 1100 10011101 0 1011101 1110 11101 100110101 1011000 100110

Color Harmonies of #B60C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C9D

Black with #B60C9D

Text Example


Text Example

White with #B60C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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