#BB49A7

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

Shades of Fuchsia #BB49A7

Tints of Fuchsia #BB49A7

Color information

#BB49A7 (or 0xBB49A7) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and A7. RGB value is (187,73,167). Sum of RGB (Red+Green+Blue) = 187+73+167=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB49A7 is #44B658. Grayscale: #757575. Windows color (decimal): -4503129 or 10963387. OLE color: 10963387.

HSL color Cylindrical-coordinate representation of color #BB49A7: hue angle of 310.53º 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 #BB49A7 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18773167-
CMYK00.610.110.27
HSL310.53º45.6%50.98%-
HSV(B)310.53º60.96%73.33%-
XYZ29.8518.1238.48-
YUV117.8155.77177.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=43.79%
G=17.10%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877316700.610.110.27310.5345.650.98
HexBB49A703DB1B1372e33
Octal27311124707513334675663
Binary101110111001001101001110111101101111011100110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49A7; }

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

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

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

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

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

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

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

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