#BB3EBF

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

Shades of Fuchsia #BB3EBF

Tints of Fuchsia #BB3EBF

Color information

#BB3EBF (or 0xBB3EBF) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and BF. RGB value is (187,62,191). Sum of RGB (Red+Green+Blue) = 187+62+191=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB3EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EBF is #44C140. Grayscale: #717171. Windows color (decimal): -4505921 or 12533435. OLE color: 12533435.

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

Color convert

RGB18762191-
CMYK0.020.6800.25
HSL298.14º50.99%49.61%-
HSV(B)298.14º67.54%74.9%-
XYZ31.6217.7751.05-
YUV114.08171.41180.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187621910.020.6800.25298.1450.9949.61
HexBB3EBF24401912a3332
Octal2737627721040314526362
Binary1011101111111010111111101000100011001100101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EBF; }

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

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

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

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

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

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

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

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