Shades of Fuchsia #B94AB1
Tints of Fuchsia #B94AB1
RGB
CMYK
RGB Variations
Color information
#B94AB1 (or 0xB94AB1) is known color: Fuchsia. HEX triplet: B9, 4A and B1. RGB value is (185,74,177). Sum of RGB (Red+Green+Blue) = 185+74+177=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AB1 is #46B54E. Grayscale: #767676. Windows color (decimal): -4633935 or 11619001. OLE color: 11619001.
HSL color Cylindrical-coordinate representation of color #B94AB1: hue angle of 304.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94AB1 is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 177 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.27 |
| HSL | 304.32º | 0.44% | 0.51% | - |
| HSV(B) | 304.32º | 0.6% | 0.73% | - |
| XYZ | 30.39 | 18.39 | 43.54 | - |
| YUV | 118.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 177 | 0 | 0.6 | 0.04 | 0.27 | 304.32 | 0.44 | 0.51 |
| Hex | B9 | 4A | B1 | 0 | 3C | 4 | 1B | 130 | 2C | 33 |
| Octal | 271 | 112 | 261 | 0 | 74 | 4 | 33 | 460 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10110001 | 0 | 111100 | 100 | 11011 | 100110000 | 101100 | 110011 |
Color Harmonies of #B94AB1
Complementary color
Monochromatic Colors of #B94AB1
Black with #B94AB1
Text Example
Text Example
White with #B94AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AB1; }
p { color: rgb(185,74,177); }
H1.HeaderClassName
{
color: #B94AB1;
}
.AnyTagClassName
{
color: #B94AB1;
}
</style>
background-color css
<style>
a { background-color: #B94AB1; }
a { background-color: rgb(185,74,177); }
div.DivClassName
{
background-color: #B94AB1;
}
.BgClassName
{
background-color: #B94AB1;
}
</style>
border-color css
<style>
span { border-color: #B94AB1; }
span { border-color: rgb(185,74,177); }
td.TdClassName
{
border-color: #B94AB1;
}
.TagClassName
{
border-color: #B94AB1;
}
</style>