#bf36c8

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

Shades of Fuchsia #BF36C8

Tints of Fuchsia #BF36C8

Color information

#BF36C8 (or 0xBF36C8) is unknown color: approx Fuchsia. HEX triplet: BF, 36 and C8. RGB value is (191,54,200). Sum of RGB (Red+Green+Blue) = 191+54+200=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF36C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36C8 is #40C937. Grayscale: #6F6F6F. Windows color (decimal): -4245816 or 13121215. OLE color: 13121215.

HSL color Cylindrical-coordinate representation of color #BF36C8: hue angle of 296.3º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF36C8 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19154200-
CMYK0.040.7300.22
HSL296.3º57.48%49.8%-
HSV(B)296.3º73%78.43%-
XYZ33.2317.8856.34-
YUV111.61177.89184.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 54 (21.48% from 255) = 12.13%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=42.92%
G=12.13%
B=44.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191542000.040.7300.22296.357.4849.8
HexBF36C84490161283932
Octal2776631041110264507162
Binary10111111110110110010001001001001010110100101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf36c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf36c8; }

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

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

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

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

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

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

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

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