#B03995

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

Shades of Medium Red Violet #B03995

Tints of Medium Red Violet #B03995

Color information

#B03995 (or 0xB03995) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 95. RGB value is (176,57,149). Sum of RGB (Red+Green+Blue) = 176+57+149=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03995 is #4FC66A. Grayscale: #666666. Windows color (decimal): -5228139 or 9779632. OLE color: 9779632.

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

Color convert

RGB17657149-
CMYK00.680.150.31
HSL313.61º51.07%45.69%-
HSV(B)313.61º67.61%69.02%-
XYZ24.7914.3329.89-
YUV103.07153.92180.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=46.07%
G=14.92%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765714900.680.150.31313.6151.0745.69
HexB03995044F1F13a332e
Octal26071225010417374726356
Binary101100001110011001010101000100111111111100111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03995; }

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

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

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

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

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

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

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

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