Html Css Color HEX #B60686 Medium Violet Red

📋 copy color: '#B60686'

red 182 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #B60686

Tints of Medium Violet Red #B60686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.61%

R = 56.52%
G = 1.86%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B60686 (or 0xB60686) is known color: Medium Violet Red. HEX triplet: B6, 06 and 86. RGB value is (182,6,134). Sum of RGB (Red+Green+Blue) = 182+6+134=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B60686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60686 is #49F979. Grayscale: #484848. Windows color (decimal): -4847994 or 8783542. OLE color: 8783542.

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

Color convert

RGB 182 6 134 -
CMYK 0 0.97 0.26 0.29
HSL 316.36º 0.94% 0.37% -
HSV(B) 316.36º 0.97% 0.71% -
XYZ 23.66 11.8 23.58 -
YUV 73.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 182 6 134 0 0.97 0.26 0.29 316.36 0.94 0.37
Hex B6 6 86 0 61 1A 1D 13C 5E 25
Octal 266 6 206 0 141 32 35 474 136 45
Binary 10110110 110 10000110 0 1100001 11010 11101 100111100 1011110 100101

Color Harmonies of #B60686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60686

Black with #B60686

Text Example


Text Example

White with #B60686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60686; }

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

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

background-color css

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

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

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

border-color css

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

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

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