#BB36AA

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

Shades of Fuchsia #BB36AA

Tints of Fuchsia #BB36AA

Color information

#BB36AA (or 0xBB36AA) is unknown color: approx Fuchsia. HEX triplet: BB, 36 and AA. RGB value is (187,54,170). Sum of RGB (Red+Green+Blue) = 187+54+170=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB36AA is #44C955. Grayscale: #6A6A6A. Windows color (decimal): -4507990 or 11155131. OLE color: 11155131.

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

Color convert

RGB18754170-
CMYK00.710.090.27
HSL307.67º55.19%47.25%-
HSV(B)307.67º71.12%73.33%-
XYZ29.0716.1139.61-
YUV106.99163.56185.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=45.50%
G=13.14%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875417000.710.090.27307.6755.1947.25
HexBB36AA04791B134372f
Octal27366252010711334646757
Binary101110111101101010101001000111100111011100110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB36AA; }

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

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

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

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

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

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

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

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