#B32B8F

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

Shades of Medium Red Violet #B32B8F

Tints of Medium Red Violet #B32B8F

Color information

#B32B8F (or 0xB32B8F) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2B and 8F. RGB value is (179,43,143). Sum of RGB (Red+Green+Blue) = 179+43+143=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B8F is #4CD470. Grayscale: #5E5E5E. Windows color (decimal): -5035121 or 9382835. OLE color: 9382835.

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

Color convert

RGB17943143-
CMYK00.760.200.30
HSL315.88º61.26%43.53%-
HSV(B)315.88º75.98%70.2%-
XYZ24.4113.2927.27-
YUV95.06155.06187.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=49.04%
G=11.78%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794314300.760.200.30315.8861.2643.53
HexB32B8F04C141E13c3d2c
Octal26353217011424364747554
Binary1011001110101110001111010011001010011110100111100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B8F; }

 p { color: rgb(179,43,143); }

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

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

 a { background-color: rgb(179,43,143); }

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

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

 span { border-color: rgb(179,43,143); }

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