#BB4AB1

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

Shades of Fuchsia #BB4AB1

Tints of Fuchsia #BB4AB1

Color information

#BB4AB1 (or 0xBB4AB1) is unknown color: approx Fuchsia. HEX triplet: BB, 4A and B1. RGB value is (187,74,177). Sum of RGB (Red+Green+Blue) = 187+74+177=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AB1 is #44B54E. Grayscale: #777777. Windows color (decimal): -4502863 or 11619003. OLE color: 11619003.

HSL color Cylindrical-coordinate representation of color #BB4AB1: hue angle of 305.31º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18774177-
CMYK00.600.050.27
HSL305.31º45.38%51.18%-
HSV(B)305.31º60.43%73.33%-
XYZ30.8818.6443.56-
YUV119.53160.44176.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=42.69%
G=16.89%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877417700.600.050.27305.3145.3851.18
HexBB4AB103C51B1312d33
Octal2731122610745334615563
Binary10111011100101010110001011110010111011100110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AB1; }

 p { color: rgb(187,74,177); }

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

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

 a { background-color: rgb(187,74,177); }

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

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

 span { border-color: rgb(187,74,177); }

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