#BB3AA8

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

Shades of Fuchsia #BB3AA8

Tints of Fuchsia #BB3AA8

Color information

#BB3AA8 (or 0xBB3AA8) is unknown color: approx Fuchsia. HEX triplet: BB, 3A and A8. RGB value is (187,58,168). Sum of RGB (Red+Green+Blue) = 187+58+168=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3AA8 is #44C557. Grayscale: #6C6C6C. Windows color (decimal): -4506968 or 11025083. OLE color: 11025083.

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

Color convert

RGB18758168-
CMYK00.690.100.27
HSL308.84º52.65%48.04%-
HSV(B)308.84º68.98%73.33%-
XYZ29.0716.4238.68-
YUV109.11161.24183.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 168 (66.02% from 255) = 40.68%
R=45.28%
G=14.04%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875816800.690.100.27308.8452.6548.04
HexBB3AA8045A1B1353530
Octal27372250010512334656560
Binary101110111110101010100001000101101011011100110101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3AA8; }

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

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

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

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

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

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

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

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