#BF32B9

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

Shades of Fuchsia #BF32B9

Tints of Fuchsia #BF32B9

Color information

#BF32B9 (or 0xBF32B9) is unknown color: approx Fuchsia. HEX triplet: BF, 32 and B9. RGB value is (191,50,185). Sum of RGB (Red+Green+Blue) = 191+50+185=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32B9 is #40CD46. Grayscale: #6B6B6B. Windows color (decimal): -4246855 or 12137151. OLE color: 12137151.

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

Color convert

RGB19150185-
CMYK00.740.030.25
HSL302.55º58.51%47.25%-
HSV(B)302.55º73.82%74.9%-
XYZ31.3816.8647.5-
YUV107.55171.71187.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 50 (19.92% from 255) = 11.74%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=44.84%
G=11.74%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915018500.740.030.25302.5558.5147.25
HexBF32B904A31912f3b2f
Octal2776227101123314577357
Binary1011111111001010111001010010101111001100101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF32B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF32B9; }

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

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

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

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

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

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

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

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