Shades of Fuchsia #B94AA8
Tints of Fuchsia #B94AA8
RGB
CMYK
RGB Variations
Color information
#B94AA8 (or 0xB94AA8) is known color: Fuchsia. HEX triplet: B9, 4A and A8. RGB value is (185,74,168). Sum of RGB (Red+Green+Blue) = 185+74+168=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AA8 is #46B557. Grayscale: #757575. Windows color (decimal): -4633944 or 11029177. OLE color: 11029177.
HSL color Cylindrical-coordinate representation of color #B94AA8: hue angle of 309.19º 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 #B94AA8 is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 168 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.27 |
| HSL | 309.19º | 0.44% | 0.51% | - |
| HSV(B) | 309.19º | 0.6% | 0.73% | - |
| XYZ | 29.52 | 18.04 | 38.97 | - |
| YUV | 117.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 168 | 0 | 0.6 | 0.09 | 0.27 | 309.19 | 0.44 | 0.51 |
| Hex | B9 | 4A | A8 | 0 | 3C | 9 | 1B | 135 | 2C | 33 |
| Octal | 271 | 112 | 250 | 0 | 74 | 11 | 33 | 465 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10101000 | 0 | 111100 | 1001 | 11011 | 100110101 | 101100 | 110011 |
Color Harmonies of #B94AA8
Complementary color
Monochromatic Colors of #B94AA8
Black with #B94AA8
Text Example
Text Example
White with #B94AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AA8; }
p { color: rgb(185,74,168); }
H1.HeaderClassName
{
color: #B94AA8;
}
.AnyTagClassName
{
color: #B94AA8;
}
</style>
background-color css
<style>
a { background-color: #B94AA8; }
a { background-color: rgb(185,74,168); }
div.DivClassName
{
background-color: #B94AA8;
}
.BgClassName
{
background-color: #B94AA8;
}
</style>
border-color css
<style>
span { border-color: #B94AA8; }
span { border-color: rgb(185,74,168); }
td.TdClassName
{
border-color: #B94AA8;
}
.TagClassName
{
border-color: #B94AA8;
}
</style>