#B70587

Color #B70587 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B70587

Tints of Medium Violet Red #B70587

Color information

#B70587 (or 0xB70587) is unknown color: approx Medium Violet Red. HEX triplet: B7, 05 and 87. RGB value is (183,5,135). Sum of RGB (Red+Green+Blue) = 183+5+135=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B70587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70587 is #48FA78. Grayscale: #484848. Windows color (decimal): -4782713 or 8848823. OLE color: 8848823.

HSL color Cylindrical-coordinate representation of color #B70587: hue angle of 316.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70587 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB1835135-
CMYK00.970.260.28
HSL316.18º94.68%36.86%-
HSV(B)316.18º97.27%71.76%-
XYZ23.9611.9323.96-
YUV73.04162.97206.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=56.66%
G=1.55%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183513500.970.260.28316.1894.6836.86
HexB75870611A1C13c5f25
Octal26752070141323447413745
Binary10110111101100001110110000111010111001001111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70587; }

 p { color: rgb(183,5,135); }

 H1.HeaderClassName
 {
   color: #B70587;
 }
 .AnyTagClassName
 {
   color: #B70587;
 }
</style>
background-color css

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

 a { background-color: rgb(183,5,135); }

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

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

 span { border-color: rgb(183,5,135); }

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