#BB5BA8

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

Shades of Fuchsia #BB5BA8

Tints of Fuchsia #BB5BA8

Color information

#BB5BA8 (or 0xBB5BA8) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and A8. RGB value is (187,91,168). Sum of RGB (Red+Green+Blue) = 187+91+168=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BA8 is #44A457. Grayscale: #808080. Windows color (decimal): -4498520 or 11033531. OLE color: 11033531.

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

Color convert

RGB18791168-
CMYK00.510.100.27
HSL311.88º41.38%54.51%-
HSV(B)311.88º51.34%73.33%-
XYZ31.320.8739.43-
YUV128.48150.3169.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=41.93%
G=20.40%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879116800.510.100.27311.8841.3854.51
HexBB5BA8033A1B1382937
Octal27313325006312334705167
Binary101110111011011101010000110011101011011100111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BA8; }

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

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

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

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

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

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

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

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