#B02395

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

Shades of Medium Red Violet #B02395

Tints of Medium Red Violet #B02395

Color information

#B02395 (or 0xB02395) is unknown color: approx Medium Red Violet. HEX triplet: B0, 23 and 95. RGB value is (176,35,149). Sum of RGB (Red+Green+Blue) = 176+35+149=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B02395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02395 is #4FDC6A. Grayscale: #595959. Windows color (decimal): -5233771 or 9774000. OLE color: 9774000.

HSL color Cylindrical-coordinate representation of color #B02395: hue angle of 311.49º 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 #B02395 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17635149-
CMYK00.800.150.31
HSL311.49º66.82%41.37%-
HSV(B)311.49º80.11%69.02%-
XYZ23.9312.629.6-
YUV90.16161.21189.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 35 (14.06% from 255) = 9.72%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=48.89%
G=9.72%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763514900.800.150.31311.4966.8241.37
HexB02395050F1F1374329
Octal260432250120173746710351
Binary1011000010001110010101010100001111111111001101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02395; }

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

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

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

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

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

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

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

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