Html Css Color HEX #B60C96 Medium Violet Red

📋 copy color: '#B60C96'

red 182 ◦ green 12 ◦ blue 150

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

Shades of Medium Violet Red #B60C96

Tints of Medium Violet Red #B60C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 52.91%
G = 3.49%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B60C96 (or 0xB60C96) is known color: Medium Violet Red. HEX triplet: B6, 0C and 96. RGB value is (182,12,150). Sum of RGB (Red+Green+Blue) = 182+12+150=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C96 is #49F369. Grayscale: #4E4E4E. Windows color (decimal): -4846442 or 9833654. OLE color: 9833654.

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

Color convert

RGB 182 12 150 -
CMYK 0 0.93 0.18 0.29
HSL 311.29º 0.88% 0.38% -
HSV(B) 311.29º 0.93% 0.71% -
XYZ 24.93 12.41 29.94 -
YUV 78.56 168.32 201.78 -
System Red Green Blue C M Y K H S L
Decimal 182 12 150 0 0.93 0.18 0.29 311.29 0.88 0.38
Hex B6 C 96 0 5D 12 1D 137 58 26
Octal 266 14 226 0 135 22 35 467 130 46
Binary 10110110 1100 10010110 0 1011101 10010 11101 100110111 1011000 100110

Color Harmonies of #B60C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C96

Black with #B60C96

Text Example


Text Example

White with #B60C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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