#BB2AB8

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

Shades of Fuchsia #BB2AB8

Tints of Fuchsia #BB2AB8

Color information

#BB2AB8 (or 0xBB2AB8) is unknown color: approx Fuchsia. HEX triplet: BB, 2A and B8. RGB value is (187,42,184). Sum of RGB (Red+Green+Blue) = 187+42+184=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AB8 is #44D547. Grayscale: #656565. Windows color (decimal): -4511048 or 12069563. OLE color: 12069563.

HSL color Cylindrical-coordinate representation of color #BB2AB8: hue angle of 301.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18742184-
CMYK00.780.020.27
HSL301.24º63.32%44.9%-
HSV(B)301.24º77.54%73.33%-
XYZ29.9715.6846.79-
YUV101.54174.54188.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 42 (16.80% from 255) = 10.17%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=45.28%
G=10.17%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874218400.780.020.27301.2463.3244.9
HexBB2AB804E21B12d3f2d
Octal2735227001162334557755
Binary1011101110101010111000010011101011011100101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2AB8; }

 p { color: rgb(187,42,184); }

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

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

 a { background-color: rgb(187,42,184); }

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

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

 span { border-color: rgb(187,42,184); }

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