Html Css Color HEX #B60286 Medium Violet Red

📋 copy color: '#B60286'

red 182 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #B60286

Tints of Medium Violet Red #B60286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 57.23%
G = 0.63%
B = 42.14%

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

#B60286 (or 0xB60286) is known color: Medium Violet Red. HEX triplet: B6, 02 and 86. RGB value is (182,2,134). Sum of RGB (Red+Green+Blue) = 182+2+134=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60286 is #49FD79. Grayscale: #464646. Windows color (decimal): -4849018 or 8782518. OLE color: 8782518.

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

Color convert

RGB 182 2 134 -
CMYK 0 0.99 0.26 0.29
HSL 316º 0.98% 0.36% -
HSV(B) 316º 0.99% 0.71% -
XYZ 23.62 11.71 23.57 -
YUV 70.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 182 2 134 0 0.99 0.26 0.29 316 0.98 0.36
Hex B6 2 86 0 63 1A 1D 13C 62 24
Octal 266 2 206 0 143 32 35 474 142 44
Binary 10110110 10 10000110 0 1100011 11010 11101 100111100 1100010 100100

Color Harmonies of #B60286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60286

Black with #B60286

Text Example


Text Example

White with #B60286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60286; }

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

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

background-color css

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

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

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

border-color css

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

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

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