#B03397

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

Shades of Medium Red Violet #B03397

Tints of Medium Red Violet #B03397

Color information

#B03397 (or 0xB03397) is unknown color: approx Medium Red Violet. HEX triplet: B0, 33 and 97. RGB value is (176,51,151). Sum of RGB (Red+Green+Blue) = 176+51+151=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B03397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03397 is #4FCC68. Grayscale: #636363. Windows color (decimal): -5229673 or 9909168. OLE color: 9909168.

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

Color convert

RGB17651151-
CMYK00.710.140.31
HSL312º55.07%44.51%-
HSV(B)312º71.02%69.02%-
XYZ24.6713.8330.65-
YUV99.78156.91182.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=46.56%
G=13.49%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765115100.710.140.3131255.0744.51
HexB03397047E1F138372d
Octal26063227010716374706755
Binary101100001100111001011101000111111011111100111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03397; }

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

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

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

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

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

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

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

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