#BF37CB

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

Shades of Fuchsia #BF37CB

Tints of Fuchsia #BF37CB

Color information

#BF37CB (or 0xBF37CB) is unknown color: approx Fuchsia. HEX triplet: BF, 37 and CB. RGB value is (191,55,203). Sum of RGB (Red+Green+Blue) = 191+55+203=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37CB is #40C834. Grayscale: #707070. Windows color (decimal): -4245557 or 13318079. OLE color: 13318079.

HSL color Cylindrical-coordinate representation of color #BF37CB: hue angle of 295.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF37CB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19155203-
CMYK0.060.7300.20
HSL295.14º58.73%50.59%-
HSV(B)295.14º72.91%79.61%-
XYZ33.6318.1258.22-
YUV112.54179.06183.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=42.54%
G=12.25%
B=45.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191552030.060.7300.20295.1458.7350.59
HexBF37CB6490141273b33
Octal2776731361110244477363
Binary10111111110111110010111101001001010100100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF37CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF37CB; }

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

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

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

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

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

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

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

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