#B32F9A

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

Shades of Medium Red Violet #B32F9A

Tints of Medium Red Violet #B32F9A

Color information

#B32F9A (or 0xB32F9A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2F and 9A. RGB value is (179,47,154). Sum of RGB (Red+Green+Blue) = 179+47+154=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32F9A is #4CD065. Grayscale: #626262. Windows color (decimal): -5034086 or 10104755. OLE color: 10104755.

HSL color Cylindrical-coordinate representation of color #B32F9A: hue angle of 311.36º 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 #B32F9A is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17947154-
CMYK00.740.140.30
HSL311.36º58.41%44.31%-
HSV(B)311.36º73.74%70.2%-
XYZ25.4413.9531.92-
YUV98.67159.23185.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 47 (18.75% from 255) = 12.37%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=47.11%
G=12.37%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794715400.740.140.30311.3658.4144.31
HexB32F9A04AE1E1373a2c
Octal26357232011216364677254
Binary101100111011111001101001001010111011110100110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F9A; }

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

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

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

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

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

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

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

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