#B32F9B

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

Shades of Medium Red Violet #B32F9B

Tints of Medium Red Violet #B32F9B

Color information

#B32F9B (or 0xB32F9B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2F and 9B. RGB value is (179,47,155). Sum of RGB (Red+Green+Blue) = 179+47+155=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32F9B is #4CD064. Grayscale: #626262. Windows color (decimal): -5034085 or 10170291. OLE color: 10170291.

HSL color Cylindrical-coordinate representation of color #B32F9B: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F9B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17947155-
CMYK00.740.130.30
HSL310.91º58.41%44.31%-
HSV(B)310.91º73.74%70.2%-
XYZ25.5213.9832.36-
YUV98.78159.73185.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 47 (18.75% from 255) = 12.34%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=46.98%
G=12.34%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794715500.740.130.30310.9158.4144.31
HexB32F9B04AD1E1373a2c
Octal26357233011215364677254
Binary101100111011111001101101001010110111110100110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F9B; }

 p { color: rgb(179,47,155); }

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

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

 a { background-color: rgb(179,47,155); }

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

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

 span { border-color: rgb(179,47,155); }

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