#B03272

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

Shades of Medium Red Violet #B03272

Tints of Medium Red Violet #B03272

Color information

#B03272 (or 0xB03272) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 72. RGB value is (176,50,114). Sum of RGB (Red+Green+Blue) = 176+50+114=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B03272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03272 is #4FCD8D. Grayscale: #5E5E5E. Windows color (decimal): -5229966 or 7484080. OLE color: 7484080.

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

Color convert

RGB17650114-
CMYK00.720.350.31
HSL329.52º55.75%44.31%-
HSV(B)329.52º71.59%69.02%-
XYZ22.0812.7317.21-
YUV94.97138.74185.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 50 (19.92% from 255) = 14.71%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=51.76%
G=14.71%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765011400.720.350.31329.5255.7544.31
HexB03272048231F14a382c
Octal26062162011043375127054
Binary1011000011001011100100100100010001111111101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03272; }

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

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

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

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

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

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

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

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