#BF37C8

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

Shades of Fuchsia #BF37C8

Tints of Fuchsia #BF37C8

Color information

#BF37C8 (or 0xBF37C8) is unknown color: approx Fuchsia. HEX triplet: BF, 37 and C8. RGB value is (191,55,200). Sum of RGB (Red+Green+Blue) = 191+55+200=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37C8 is #40C837. Grayscale: #6F6F6F. Windows color (decimal): -4245560 or 13121471. OLE color: 13121471.

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

Color convert

RGB19155200-
CMYK0.040.7200.22
HSL296.28º56.86%50%-
HSV(B)296.28º72.5%78.43%-
XYZ33.2817.9856.36-
YUV112.19177.56184.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 55 (21.88% from 255) = 12.33%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=42.83%
G=12.33%
B=44.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191552000.040.7200.22296.2856.8650
HexBF37C84480161283932
Octal2776731041100264507162
Binary10111111110111110010001001001000010110100101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF37C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF37C8; }

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

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

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

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

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

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

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

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