#B03296

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

Shades of Medium Red Violet #B03296

Tints of Medium Red Violet #B03296

Color information

#B03296 (or 0xB03296) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 96. RGB value is (176,50,150). Sum of RGB (Red+Green+Blue) = 176+50+150=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B03296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03296 is #4FCD69. Grayscale: #626262. Windows color (decimal): -5229930 or 9843376. OLE color: 9843376.

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

Color convert

RGB17650150-
CMYK00.720.150.31
HSL312.38º55.75%44.31%-
HSV(B)312.38º71.59%69.02%-
XYZ24.5513.7130.21-
YUV99.07156.74182.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=46.81%
G=13.30%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765015000.720.150.31312.3855.7544.31
HexB03296048F1F138382c
Octal26062226011017374707054
Binary101100001100101001011001001000111111111100111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03296; }

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

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

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

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

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

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

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

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