#B02085

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

Shades of Medium Red Violet #B02085

Tints of Medium Red Violet #B02085

Color information

#B02085 (or 0xB02085) is unknown color: approx Medium Red Violet. HEX triplet: B0, 20 and 85. RGB value is (176,32,133). Sum of RGB (Red+Green+Blue) = 176+32+133=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B02085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02085 is #4FDF7A. Grayscale: #565656. Windows color (decimal): -5234555 or 8724656. OLE color: 8724656.

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

Color convert

RGB17632133-
CMYK00.820.240.31
HSL317.92º69.23%40.78%-
HSV(B)317.92º81.82%69.02%-
XYZ22.6511.9623.3-
YUV86.57154.21191.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=51.61%
G=9.38%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763213300.820.240.31317.9269.2340.78
HexB02085052181F13e4529
Octal260402050122303747610551
Binary10110000100000100001010101001011000111111001111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02085; }

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

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

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

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

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

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

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

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