Html Css Color HEX #B60586 Medium Violet Red

📋 copy color: '#B60586'

red 182 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #B60586

Tints of Medium Violet Red #B60586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 56.7%
G = 1.56%
B = 41.74%

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

#B60586 (or 0xB60586) is known color: Medium Violet Red. HEX triplet: B6, 05 and 86. RGB value is (182,5,134). Sum of RGB (Red+Green+Blue) = 182+5+134=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B60586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60586 is #49FA79. Grayscale: #484848. Windows color (decimal): -4848250 or 8783286. OLE color: 8783286.

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

Color convert

RGB 182 5 134 -
CMYK 0 0.97 0.26 0.29
HSL 316.27º 0.95% 0.37% -
HSV(B) 316.27º 0.97% 0.71% -
XYZ 23.65 11.77 23.58 -
YUV 72.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 182 5 134 0 0.97 0.26 0.29 316.27 0.95 0.37
Hex B6 5 86 0 61 1A 1D 13C 5F 25
Octal 266 5 206 0 141 32 35 474 137 45
Binary 10110110 101 10000110 0 1100001 11010 11101 100111100 1011111 100101

Color Harmonies of #B60586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60586

Black with #B60586

Text Example


Text Example

White with #B60586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60586; }

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

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

background-color css

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

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

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

border-color css

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

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

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