#BF20AA

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

Shades of Medium Violet Red #BF20AA

Tints of Medium Violet Red #BF20AA

Color information

#BF20AA (or 0xBF20AA) is unknown color: approx Medium Violet Red. HEX triplet: BF, 20 and AA. RGB value is (191,32,170). Sum of RGB (Red+Green+Blue) = 191+32+170=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20AA is #40DF55. Grayscale: #5E5E5E. Windows color (decimal): -4251478 or 11149503. OLE color: 11149503.

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

Color convert

RGB19132170-
CMYK00.830.110.25
HSL307.92º71.3%43.73%-
HSV(B)307.92º83.25%74.9%-
XYZ29.2615.0139.39-
YUV95.27170.18196.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 32 (12.89% from 255) = 8.14%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=48.60%
G=8.14%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913217000.830.110.25307.9271.343.73
HexBF20AA053B19134472c
Octal277402520123133146410754
Binary1011111110000010101010010100111011110011001101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF20AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF20AA; }

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

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

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

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

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

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

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

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