#BF29AB

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

Shades of Medium Red Violet #BF29AB

Tints of Medium Red Violet #BF29AB

Color information

#BF29AB (or 0xBF29AB) is unknown color: approx Medium Red Violet. HEX triplet: BF, 29 and AB. RGB value is (191,41,171). Sum of RGB (Red+Green+Blue) = 191+41+171=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29AB is #40D654. Grayscale: #646464. Windows color (decimal): -4249173 or 11217343. OLE color: 11217343.

HSL color Cylindrical-coordinate representation of color #BF29AB: hue angle of 308º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF29AB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19141171-
CMYK00.790.100.25
HSL308º64.66%45.49%-
HSV(B)308º78.53%74.9%-
XYZ29.6315.639.98-
YUV100.67167.7192.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 41 (16.41% from 255) = 10.17%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=47.39%
G=10.17%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914117100.790.100.2530864.6645.49
HexBF29AB04FA19134412d
Octal277512530117123146410155
Binary1011111110100110101011010011111010110011001101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF29AB; }

 p { color: rgb(191,41,171); }

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

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

 a { background-color: rgb(191,41,171); }

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

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

 span { border-color: rgb(191,41,171); }

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