#BF32AA

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

Shades of Medium Red Violet #BF32AA

Tints of Medium Red Violet #BF32AA

Color information

#BF32AA (or 0xBF32AA) is unknown color: approx Medium Red Violet. HEX triplet: BF, 32 and AA. RGB value is (191,50,170). Sum of RGB (Red+Green+Blue) = 191+50+170=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32AA is #40CD55. Grayscale: #696969. Windows color (decimal): -4246870 or 11154111. OLE color: 11154111.

HSL color Cylindrical-coordinate representation of color #BF32AA: hue angle of 308.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF32AA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19150170-
CMYK00.740.110.25
HSL308.94º58.51%47.25%-
HSV(B)308.94º73.82%74.9%-
XYZ29.8816.2639.59-
YUV105.84164.21188.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 50 (19.92% from 255) = 12.17%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=46.47%
G=12.17%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915017000.740.110.25308.9458.5147.25
HexBF32AA04AB191353b2f
Octal27762252011213314657357
Binary101111111100101010101001001010101111001100110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF32AA; }

 p { color: rgb(191,50,170); }

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

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

 a { background-color: rgb(191,50,170); }

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

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

 span { border-color: rgb(191,50,170); }

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