#B03A95

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

Shades of Medium Red Violet #B03A95

Tints of Medium Red Violet #B03A95

Color information

#B03A95 (or 0xB03A95) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3A and 95. RGB value is (176,58,149). Sum of RGB (Red+Green+Blue) = 176+58+149=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03A95 is #4FC56A. Grayscale: #676767. Windows color (decimal): -5227883 or 9779888. OLE color: 9779888.

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

Color convert

RGB17658149-
CMYK00.670.150.31
HSL313.73º50.43%45.88%-
HSV(B)313.73º67.05%69.02%-
XYZ24.8414.4329.91-
YUV103.66153.59179.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=45.95%
G=15.14%
B=38.90%

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
Decimal1765814900.670.150.31313.7350.4345.88
HexB03A95043F1F13a322e
Octal26072225010317374726256
Binary101100001110101001010101000011111111111100111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A95; }

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

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

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

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

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

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

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

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