#BF3EBB

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

Shades of Fuchsia #BF3EBB

Tints of Fuchsia #BF3EBB

Color information

#BF3EBB (or 0xBF3EBB) is unknown color: approx Fuchsia. HEX triplet: BF, 3E and BB. RGB value is (191,62,187). Sum of RGB (Red+Green+Blue) = 191+62+187=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EBB is #40C144. Grayscale: #727272. Windows color (decimal): -4243781 or 12271295. OLE color: 12271295.

HSL color Cylindrical-coordinate representation of color #BF3EBB: hue angle of 301.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EBB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19162187-
CMYK00.680.020.25
HSL301.86º50.99%49.61%-
HSV(B)301.86º67.54%74.9%-
XYZ32.1818.1148.81-
YUV114.82168.74182.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 62 (24.61% from 255) = 14.09%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=43.41%
G=14.09%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916218700.680.020.25301.8650.9949.61
HexBF3EBB04421912e3332
Octal2777627301042314566362
Binary1011111111111010111011010001001011001100101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EBB; }

 p { color: rgb(191,62,187); }

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

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

 a { background-color: rgb(191,62,187); }

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

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

 span { border-color: rgb(191,62,187); }

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