#BB49BA

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

Shades of Fuchsia #BB49BA

Tints of Fuchsia #BB49BA

Color information

#BB49BA (or 0xBB49BA) is unknown color: approx Fuchsia. HEX triplet: BB, 49 and BA. RGB value is (187,73,186). Sum of RGB (Red+Green+Blue) = 187+73+186=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49BA is #44B645. Grayscale: #777777. Windows color (decimal): -4503110 or 12208571. OLE color: 12208571.

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

Color convert

RGB18773186-
CMYK00.610.010.27
HSL300.53º45.6%50.98%-
HSV(B)300.53º60.96%73.33%-
XYZ31.7418.8848.42-
YUV119.97165.27175.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 73 (28.91% from 255) = 16.37%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=41.93%
G=16.37%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877318600.610.010.27300.5345.650.98
HexBB49BA03D11B12d2e33
Octal2731112720751334555663
Binary101110111001001101110100111101111011100101101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB49BA; }

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

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

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

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

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

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

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

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