#BF36AA

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

Shades of Fuchsia #BF36AA

Tints of Fuchsia #BF36AA

Color information

#BF36AA (or 0xBF36AA) is unknown color: approx Fuchsia. HEX triplet: BF, 36 and AA. RGB value is (191,54,170). Sum of RGB (Red+Green+Blue) = 191+54+170=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF36AA is #40C955. Grayscale: #6B6B6B. Windows color (decimal): -4245846 or 11155135. OLE color: 11155135.

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

Color convert

RGB19154170-
CMYK00.720.110.25
HSL309.2º55.92%48.04%-
HSV(B)309.2º71.73%74.9%-
XYZ30.0616.6239.65-
YUV108.19162.89187.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=46.02%
G=13.01%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915417000.720.110.25309.255.9248.04
HexBF36AA048B191353830
Octal27766252011013314657060
Binary101111111101101010101001001000101111001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF36AA; }

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

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

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

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

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

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

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

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