#B03E97

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

Shades of Medium Red Violet #B03E97

Tints of Medium Red Violet #B03E97

Color information

#B03E97 (or 0xB03E97) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3E and 97. RGB value is (176,62,151). Sum of RGB (Red+Green+Blue) = 176+62+151=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03E97 is #4FC168. Grayscale: #696969. Windows color (decimal): -5226857 or 9911984. OLE color: 9911984.

HSL color Cylindrical-coordinate representation of color #B03E97: hue angle of 313.16º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E97 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17662151-
CMYK00.650.140.31
HSL313.16º47.9%46.67%-
HSV(B)313.16º64.77%69.02%-
XYZ25.2114.9130.83-
YUV106.23153.27177.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 62 (24.61% from 255) = 15.94%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=45.24%
G=15.94%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766215100.650.140.31313.1647.946.67
HexB03E97041E1F139302f
Octal26076227010116374716057
Binary101100001111101001011101000001111011111100111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E97; }

 p { color: rgb(176,62,151); }

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

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

 a { background-color: rgb(176,62,151); }

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

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

 span { border-color: rgb(176,62,151); }

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