#BB33AA

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

Shades of Fuchsia #BB33AA

Tints of Fuchsia #BB33AA

Color information

#BB33AA (or 0xBB33AA) is unknown color: approx Fuchsia. HEX triplet: BB, 33 and AA. RGB value is (187,51,170). Sum of RGB (Red+Green+Blue) = 187+51+170=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AA is #44CC55. Grayscale: #686868. Windows color (decimal): -4508758 or 11154363. OLE color: 11154363.

HSL color Cylindrical-coordinate representation of color #BB33AA: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33AA is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18751170-
CMYK00.730.090.27
HSL307.5º57.14%46.67%-
HSV(B)307.5º72.73%73.33%-
XYZ28.9315.8339.56-
YUV105.23164.56186.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=45.83%
G=12.5%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875117000.730.090.27307.557.1446.67
HexBB33AA04991B134392f
Octal27363252011111334647157
Binary101110111100111010101001001001100111011100110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33AA; }

 p { color: rgb(187,51,170); }

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

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

 a { background-color: rgb(187,51,170); }

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

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

 span { border-color: rgb(187,51,170); }

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