#BB2EC8

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

Shades of Fuchsia #BB2EC8

Tints of Fuchsia #BB2EC8

Color information

#BB2EC8 (or 0xBB2EC8) is unknown color: approx Fuchsia. HEX triplet: BB, 2E and C8. RGB value is (187,46,200). Sum of RGB (Red+Green+Blue) = 187+46+200=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB2EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EC8 is #44D137. Grayscale: #696969. Windows color (decimal): -4510008 or 13119163. OLE color: 13119163.

HSL color Cylindrical-coordinate representation of color #BB2EC8: hue angle of 294.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2EC8 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18746200-
CMYK0.060.7700.22
HSL294.94º62.6%48.24%-
HSV(B)294.94º77%78.43%-
XYZ31.916.6956.18-
YUV105.71181.21185.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 46 (18.36% from 255) = 10.62%
BLUE value IS 200 (78.52% from 255) = 46.19%
R=43.19%
G=10.62%
B=46.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187462000.060.7700.22294.9462.648.24
HexBB2EC864D0161273f30
Octal2735631061150264477760
Binary10111011101110110010001101001101010110100100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EC8; }

 p { color: rgb(187,46,200); }

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

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

 a { background-color: rgb(187,46,200); }

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

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

 span { border-color: rgb(187,46,200); }

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