#B02385

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

Shades of Medium Red Violet #B02385

Tints of Medium Red Violet #B02385

Color information

#B02385 (or 0xB02385) is unknown color: approx Medium Red Violet. HEX triplet: B0, 23 and 85. RGB value is (176,35,133). Sum of RGB (Red+Green+Blue) = 176+35+133=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B02385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02385 is #4FDC7A. Grayscale: #585858. Windows color (decimal): -5233787 or 8725424. OLE color: 8725424.

HSL color Cylindrical-coordinate representation of color #B02385: hue angle of 318.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02385 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17635133-
CMYK00.800.240.31
HSL318.3º66.82%41.37%-
HSV(B)318.3º80.11%69.02%-
XYZ22.7412.1323.33-
YUV88.33153.21190.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 35 (14.06% from 255) = 10.17%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=51.16%
G=10.17%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763513300.800.240.31318.366.8241.37
HexB02385050181F13e4329
Octal260432050120303747610351
Binary10110000100011100001010101000011000111111001111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02385; }

 p { color: rgb(176,35,133); }

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

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

 a { background-color: rgb(176,35,133); }

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

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

 span { border-color: rgb(176,35,133); }

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