Html Css Color HEX #B60186 Medium Violet Red

📋 copy color: '#B60186'

red 182 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #B60186

Tints of Medium Violet Red #B60186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.41%
G = 0.32%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B60186 (or 0xB60186) is known color: Medium Violet Red. HEX triplet: B6, 01 and 86. RGB value is (182,1,134). Sum of RGB (Red+Green+Blue) = 182+1+134=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B60186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60186 is #49FE79. Grayscale: #454545. Windows color (decimal): -4849274 or 8782262. OLE color: 8782262.

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

Color convert

RGB 182 1 134 -
CMYK 0 0.99 0.26 0.29
HSL 315.91º 0.99% 0.36% -
HSV(B) 315.91º 0.99% 0.71% -
XYZ 23.61 11.69 23.57 -
YUV 70.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 182 1 134 0 0.99 0.26 0.29 315.91 0.99 0.36
Hex B6 1 86 0 63 1A 1D 13C 63 24
Octal 266 1 206 0 143 32 35 474 143 44
Binary 10110110 1 10000110 0 1100011 11010 11101 100111100 1100011 100100

Color Harmonies of #B60186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60186

Black with #B60186

Text Example


Text Example

White with #B60186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60186; }

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

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

background-color css

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

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

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

border-color css

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

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

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