#BF29B9

Color #BF29B9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF29B9

Tints of Fuchsia #BF29B9

Color information

#BF29B9 (or 0xBF29B9) is unknown color: approx Fuchsia. HEX triplet: BF, 29 and B9. RGB value is (191,41,185). Sum of RGB (Red+Green+Blue) = 191+41+185=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29B9 is #40D646. Grayscale: #656565. Windows color (decimal): -4249159 or 12134847. OLE color: 12134847.

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

Color convert

RGB19141185-
CMYK00.790.030.25
HSL302.4º64.66%45.49%-
HSV(B)302.4º78.53%74.9%-
XYZ31.0416.1747.38-
YUV102.27174.7191.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 185 (72.66% from 255) = 44.36%
R=45.80%
G=9.83%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914118500.790.030.25302.464.6645.49
HexBF29B904F31912e412d
Octal27751271011733145610155
Binary10111111101001101110010100111111110011001011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF29B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF29B9; }

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

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

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

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

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

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

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

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