#B03A96

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

Shades of Medium Red Violet #B03A96

Tints of Medium Red Violet #B03A96

Color information

#B03A96 (or 0xB03A96) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3A and 96. RGB value is (176,58,150). Sum of RGB (Red+Green+Blue) = 176+58+150=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A96 is #4FC569. Grayscale: #676767. Windows color (decimal): -5227882 or 9845424. OLE color: 9845424.

HSL color Cylindrical-coordinate representation of color #B03A96: hue angle of 313.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A96 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17658150-
CMYK00.670.150.31
HSL313.22º50.43%45.88%-
HSV(B)313.22º67.05%69.02%-
XYZ24.9214.4630.33-
YUV103.77154.09179.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=45.83%
G=15.10%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765815000.670.150.31313.2250.4345.88
HexB03A96043F1F139322e
Octal26072226010317374716256
Binary101100001110101001011001000011111111111100111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A96; }

 p { color: rgb(176,58,150); }

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

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

 a { background-color: rgb(176,58,150); }

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

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

 span { border-color: rgb(176,58,150); }

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