Html Css Color HEX #B60287 Medium Violet Red

📋 copy color: '#B60287'

red 182 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #B60287

Tints of Medium Violet Red #B60287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 57.05%
G = 0.63%
B = 42.32%

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

#B60287 (or 0xB60287) is known color: Medium Violet Red. HEX triplet: B6, 02 and 87. RGB value is (182,2,135). Sum of RGB (Red+Green+Blue) = 182+2+135=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B60287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60287 is #49FD78. Grayscale: #464646. Windows color (decimal): -4849017 or 8848054. OLE color: 8848054.

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

Color convert

RGB 182 2 135 -
CMYK 0 0.99 0.26 0.29
HSL 315.67º 0.98% 0.36% -
HSV(B) 315.67º 0.99% 0.71% -
XYZ 23.69 11.74 23.94 -
YUV 70.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 182 2 135 0 0.99 0.26 0.29 315.67 0.98 0.36
Hex B6 2 87 0 63 1A 1D 13C 62 24
Octal 266 2 207 0 143 32 35 474 142 44
Binary 10110110 10 10000111 0 1100011 11010 11101 100111100 1100010 100100

Color Harmonies of #B60287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60287

Black with #B60287

Text Example


Text Example

White with #B60287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60287; }

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

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

background-color css

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

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

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

border-color css

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

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

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