#BB5EAF

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

Shades of Fuchsia #BB5EAF

Tints of Fuchsia #BB5EAF

Color information

#BB5EAF (or 0xBB5EAF) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and AF. RGB value is (187,94,175). Sum of RGB (Red+Green+Blue) = 187+94+175=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5EAF is #44A150. Grayscale: #828282. Windows color (decimal): -4497745 or 11493051. OLE color: 11493051.

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

Color convert

RGB18794175-
CMYK00.500.060.27
HSL307.74º40.61%55.1%-
HSV(B)307.74º49.73%73.33%-
XYZ32.2321.6743.04-
YUV131.04152.81167.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=41.01%
G=20.61%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879417500.500.060.27307.7440.6155.1
HexBB5EAF03261B1342937
Octal2731362570626334645167
Binary10111011101111010101111011001011011011100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EAF; }

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

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

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

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

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

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

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

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