#B849BA

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

Shades of Fuchsia #B849BA

Tints of Fuchsia #B849BA

Color information

#B849BA (or 0xB849BA) is unknown color: approx Fuchsia. HEX triplet: B8, 49 and BA. RGB value is (184,73,186). Sum of RGB (Red+Green+Blue) = 184+73+186=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B849BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849BA is #47B645. Grayscale: #767676. Windows color (decimal): -4699718 or 12208568. OLE color: 12208568.

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

Color convert

RGB18473186-
CMYK0.010.6100.27
HSL298.94º45.02%50.78%-
HSV(B)298.94º60.75%72.94%-
XYZ31.0118.548.39-
YUV119.07165.77174.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=41.53%
G=16.48%
B=41.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184731860.010.6100.27298.9445.0250.78
HexB849BA13D01B12b2d33
Octal2701112721750334535563
Binary101110001001001101110101111101011011100101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B849BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B849BA; }

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

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

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

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

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

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

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

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