#B0329F

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

Shades of Medium Red Violet #B0329F

Tints of Medium Red Violet #B0329F

Color information

#B0329F (or 0xB0329F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 32 and 9F. RGB value is (176,50,159). Sum of RGB (Red+Green+Blue) = 176+50+159=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329F is #4FCD60. Grayscale: #636363. Windows color (decimal): -5229921 or 10433200. OLE color: 10433200.

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

Color convert

RGB17650159-
CMYK00.720.100.31
HSL308.1º55.75%44.31%-
HSV(B)308.1º71.59%69.02%-
XYZ25.314.0134.17-
YUV100.1161.24182.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=45.71%
G=12.99%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765015900.720.100.31308.155.7544.31
HexB0329F048A1F134382c
Octal26062237011012374647054
Binary101100001100101001111101001000101011111100110100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0329F; }

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

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

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

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

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

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

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

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