#BF36AE

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

Shades of Fuchsia #BF36AE

Tints of Fuchsia #BF36AE

Color information

#BF36AE (or 0xBF36AE) is unknown color: approx Fuchsia. HEX triplet: BF, 36 and AE. RGB value is (191,54,174). Sum of RGB (Red+Green+Blue) = 191+54+174=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF36AE is #40C951. Grayscale: #6C6C6C. Windows color (decimal): -4245842 or 11417279. OLE color: 11417279.

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

Color convert

RGB19154174-
CMYK00.720.090.25
HSL307.45º55.92%48.04%-
HSV(B)307.45º71.73%74.9%-
XYZ30.4516.7741.68-
YUV108.64164.89186.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 54 (21.48% from 255) = 12.89%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=45.58%
G=12.89%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915417400.720.090.25307.4555.9248.04
HexBF36AE0489191333830
Octal27766256011011314637060
Binary101111111101101010111001001000100111001100110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF36AE; }

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

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

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

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

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

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

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

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