#BF36A9

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

Shades of Fuchsia #BF36A9

Tints of Fuchsia #BF36A9

Color information

#BF36A9 (or 0xBF36A9) is unknown color: approx Fuchsia. HEX triplet: BF, 36 and A9. RGB value is (191,54,169). Sum of RGB (Red+Green+Blue) = 191+54+169=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF36A9 is #40C956. Grayscale: #6B6B6B. Windows color (decimal): -4245847 or 11089599. OLE color: 11089599.

HSL color Cylindrical-coordinate representation of color #BF36A9: hue angle of 309.64º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF36A9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19154169-
CMYK00.720.120.25
HSL309.64º55.92%48.04%-
HSV(B)309.64º71.73%74.9%-
XYZ29.9716.5839.16-
YUV108.07162.39187.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 54 (21.48% from 255) = 13.04%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=46.14%
G=13.04%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915416900.720.120.25309.6455.9248.04
HexBF36A9048C191363830
Octal27766251011014314667060
Binary101111111101101010100101001000110011001100110110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF36A9; }

 p { color: rgb(191,54,169); }

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

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

 a { background-color: rgb(191,54,169); }

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

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

 span { border-color: rgb(191,54,169); }

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