#BF29A0

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

Shades of Medium Red Violet #BF29A0

Tints of Medium Red Violet #BF29A0

Color information

#BF29A0 (or 0xBF29A0) is unknown color: approx Medium Red Violet. HEX triplet: BF, 29 and A0. RGB value is (191,41,160). Sum of RGB (Red+Green+Blue) = 191+41+160=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29A0 is #40D65F. Grayscale: #636363. Windows color (decimal): -4249184 or 10496447. OLE color: 10496447.

HSL color Cylindrical-coordinate representation of color #BF29A0: hue angle of 312.4º 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 #BF29A0 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19141160-
CMYK00.790.160.25
HSL312.4º64.66%45.49%-
HSV(B)312.4º78.53%74.9%-
XYZ28.6215.234.68-
YUV99.42162.2193.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=48.72%
G=10.46%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914116000.790.160.25312.464.6645.49
HexBF29A004F1019138412d
Octal277512400117203147010155
Binary10111111101001101000000100111110000110011001110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF29A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF29A0; }

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

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

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

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

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

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

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

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