Html Css Color HEX #B60486 Medium Violet Red

📋 copy color: '#B60486'

red 182 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #B60486

Tints of Medium Violet Red #B60486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 56.88%
G = 1.25%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B60486 (or 0xB60486) is known color: Medium Violet Red. HEX triplet: B6, 04 and 86. RGB value is (182,4,134). Sum of RGB (Red+Green+Blue) = 182+4+134=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60486 is #49FB79. Grayscale: #474747. Windows color (decimal): -4848506 or 8783030. OLE color: 8783030.

HSL color Cylindrical-coordinate representation of color #B60486: hue angle of 316.18º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60486 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 134 -
CMYK 0 0.98 0.26 0.29
HSL 316.18º 0.96% 0.36% -
HSV(B) 316.18º 0.98% 0.71% -
XYZ 23.64 11.75 23.58 -
YUV 72.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 182 4 134 0 0.98 0.26 0.29 316.18 0.96 0.36
Hex B6 4 86 0 62 1A 1D 13C 60 24
Octal 266 4 206 0 142 32 35 474 140 44
Binary 10110110 100 10000110 0 1100010 11010 11101 100111100 1100000 100100

Color Harmonies of #B60486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60486

Black with #B60486

Text Example


Text Example

White with #B60486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60486; }

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

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

background-color css

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

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

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

border-color css

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

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

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