#B03490

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

Shades of Medium Red Violet #B03490

Tints of Medium Red Violet #B03490

Color information

#B03490 (or 0xB03490) is unknown color: approx Medium Red Violet. HEX triplet: B0, 34 and 90. RGB value is (176,52,144). Sum of RGB (Red+Green+Blue) = 176+52+144=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B03490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03490 is #4FCB6F. Grayscale: #636363. Windows color (decimal): -5229424 or 9450672. OLE color: 9450672.

HSL color Cylindrical-coordinate representation of color #B03490: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03490 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17652144-
CMYK00.700.180.31
HSL315.48º54.39%44.71%-
HSV(B)315.48º70.45%69.02%-
XYZ24.1713.727.76-
YUV99.56153.08182.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=47.31%
G=13.98%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765214400.700.180.31315.4854.3944.71
HexB03490046121F13b362d
Octal26064220010622374736655
Binary1011000011010010010000010001101001011111100111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03490; }

 p { color: rgb(176,52,144); }

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

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

 a { background-color: rgb(176,52,144); }

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

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

 span { border-color: rgb(176,52,144); }

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