#BB4EB8

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

Shades of Fuchsia #BB4EB8

Tints of Fuchsia #BB4EB8

Color information

#BB4EB8 (or 0xBB4EB8) is unknown color: approx Fuchsia. HEX triplet: BB, 4E and B8. RGB value is (187,78,184). Sum of RGB (Red+Green+Blue) = 187+78+184=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EB8 is #44B147. Grayscale: #7A7A7A. Windows color (decimal): -4501832 or 12078779. OLE color: 12078779.

HSL color Cylindrical-coordinate representation of color #BB4EB8: hue angle of 301.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4EB8 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18778184-
CMYK00.580.020.27
HSL301.65º44.49%51.96%-
HSV(B)301.65º58.29%73.33%-
XYZ31.8719.4747.43-
YUV122.67162.61173.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=41.65%
G=17.37%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877818400.580.020.27301.6544.4951.96
HexBB4EB803A21B12e2c34
Octal2731162700722334565464
Binary1011101110011101011100001110101011011100101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EB8; }

 p { color: rgb(187,78,184); }

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

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

 a { background-color: rgb(187,78,184); }

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

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

 span { border-color: rgb(187,78,184); }

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