#B32F8A

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

Shades of Medium Red Violet #B32F8A

Tints of Medium Red Violet #B32F8A

Color information

#B32F8A (or 0xB32F8A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2F and 8A. RGB value is (179,47,138). Sum of RGB (Red+Green+Blue) = 179+47+138=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32F8A is #4CD075. Grayscale: #606060. Windows color (decimal): -5034102 or 9056179. OLE color: 9056179.

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

Color convert

RGB17947138-
CMYK00.740.230.30
HSL318.64º58.41%44.31%-
HSV(B)318.64º73.74%70.2%-
XYZ24.1913.4525.37-
YUV96.84151.23186.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=49.18%
G=12.91%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794713800.740.230.30318.6458.4144.31
HexB32F8A04A171E13f3a2c
Octal26357212011227364777254
Binary1011001110111110001010010010101011111110100111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F8A; }

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

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

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

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

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

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

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

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