#BB39AB

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

Shades of Fuchsia #BB39AB

Tints of Fuchsia #BB39AB

Color information

#BB39AB (or 0xBB39AB) is unknown color: approx Fuchsia. HEX triplet: BB, 39 and AB. RGB value is (187,57,171). Sum of RGB (Red+Green+Blue) = 187+57+171=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39AB is #44C654. Grayscale: #6C6C6C. Windows color (decimal): -4507221 or 11221435. OLE color: 11221435.

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

Color convert

RGB18757171-
CMYK00.700.090.27
HSL307.38º53.28%47.84%-
HSV(B)307.38º69.52%73.33%-
XYZ29.3116.4340.15-
YUV108.87163.07183.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=45.06%
G=13.73%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875717100.700.090.27307.3853.2847.84
HexBB39AB04691B1333530
Octal27371253010611334636560
Binary101110111110011010101101000110100111011100110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39AB; }

 p { color: rgb(187,57,171); }

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

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

 a { background-color: rgb(187,57,171); }

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

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

 span { border-color: rgb(187,57,171); }

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