#BB5EAC

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

Shades of Fuchsia #BB5EAC

Tints of Fuchsia #BB5EAC

Color information

#BB5EAC (or 0xBB5EAC) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and AC. RGB value is (187,94,172). Sum of RGB (Red+Green+Blue) = 187+94+172=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EAC is #44A153. Grayscale: #828282. Windows color (decimal): -4497748 or 11296443. OLE color: 11296443.

HSL color Cylindrical-coordinate representation of color #BB5EAC: hue angle of 309.68º 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 #BB5EAC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18794172-
CMYK00.500.080.27
HSL309.68º40.61%55.1%-
HSV(B)309.68º49.73%73.33%-
XYZ31.9421.5541.51-
YUV130.7151.31168.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=41.28%
G=20.75%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879417200.500.080.27309.6840.6155.1
HexBB5EAC03281B1362937
Octal27313625406210334665167
Binary101110111011110101011000110010100011011100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EAC; }

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

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

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

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

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

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

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

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