#BB49AF

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

Shades of Fuchsia #BB49AF

Tints of Fuchsia #BB49AF

Color information

#BB49AF (or 0xBB49AF) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and AF. RGB value is (187,73,175). Sum of RGB (Red+Green+Blue) = 187+73+175=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49AF is #44B650. Grayscale: #767676. Windows color (decimal): -4503121 or 11487675. OLE color: 11487675.

HSL color Cylindrical-coordinate representation of color #BB49AF: hue angle of 306.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB49AF is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18773175-
CMYK00.610.060.27
HSL306.32º45.6%50.98%-
HSV(B)306.32º60.96%73.33%-
XYZ30.6118.4342.5-
YUV118.71159.77176.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=42.99%
G=16.78%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877317500.610.060.27306.3245.650.98
HexBB49AF03D61B1322e33
Octal2731112570756334625663
Binary10111011100100110101111011110111011011100110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49AF; }

 p { color: rgb(187,73,175); }

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

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

 a { background-color: rgb(187,73,175); }

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

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

 span { border-color: rgb(187,73,175); }

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