#BB5EA8

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

Shades of Fuchsia #BB5EA8

Tints of Fuchsia #BB5EA8

Color information

#BB5EA8 (or 0xBB5EA8) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and A8. RGB value is (187,94,168). Sum of RGB (Red+Green+Blue) = 187+94+168=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EA8 is #44A157. Grayscale: #828282. Windows color (decimal): -4497752 or 11034299. OLE color: 11034299.

HSL color Cylindrical-coordinate representation of color #BB5EA8: hue angle of 312.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5EA8 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18794168-
CMYK00.500.100.27
HSL312.26º40.61%55.1%-
HSV(B)312.26º49.73%73.33%-
XYZ31.5621.439.51-
YUV130.24149.31168.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=41.65%
G=20.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879416800.500.100.27312.2640.6155.1
HexBB5EA8032A1B1382937
Octal27313625006212334705167
Binary101110111011110101010000110010101011011100111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EA8; }

 p { color: rgb(187,94,168); }

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

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

 a { background-color: rgb(187,94,168); }

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

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

 span { border-color: rgb(187,94,168); }

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