Html Css Color HEX #B60696 Medium Violet Red

📋 copy color: '#B60696'

red 182 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #B60696

Tints of Medium Violet Red #B60696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 53.85%
G = 1.78%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B60696 (or 0xB60696) is known color: Medium Violet Red. HEX triplet: B6, 06 and 96. RGB value is (182,6,150). Sum of RGB (Red+Green+Blue) = 182+6+150=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B60696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60696 is #49F969. Grayscale: #4A4A4A. Windows color (decimal): -4847978 or 9832118. OLE color: 9832118.

HSL color Cylindrical-coordinate representation of color #B60696: hue angle of 310.91º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60696 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 6 150 -
CMYK 0 0.97 0.18 0.29
HSL 310.91º 0.94% 0.37% -
HSV(B) 310.91º 0.97% 0.71% -
XYZ 24.86 12.28 29.91 -
YUV 75.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 182 6 150 0 0.97 0.18 0.29 310.91 0.94 0.37
Hex B6 6 96 0 61 12 1D 137 5E 25
Octal 266 6 226 0 141 22 35 467 136 45
Binary 10110110 110 10010110 0 1100001 10010 11101 100110111 1011110 100101

Color Harmonies of #B60696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60696

Black with #B60696

Text Example


Text Example

White with #B60696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60696; }

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

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

background-color css

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

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

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

border-color css

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

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

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