Shades of Fuchsia #B94AAF
Tints of Fuchsia #B94AAF
RGB
CMYK
RGB Variations
Color information
#B94AAF (or 0xB94AAF) is known color: Fuchsia. HEX triplet: B9, 4A and AF. RGB value is (185,74,175). Sum of RGB (Red+Green+Blue) = 185+74+175=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AAF is #46B550. Grayscale: #767676. Windows color (decimal): -4633937 or 11487929. OLE color: 11487929.
HSL color Cylindrical-coordinate representation of color #B94AAF: hue angle of 305.41º 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 #B94AAF is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 175 | - |
| CMYK | 0 | 0.6 | 0.05 | 0.27 |
| HSL | 305.41º | 0.44% | 0.51% | - |
| HSV(B) | 305.41º | 0.6% | 0.73% | - |
| XYZ | 30.19 | 18.31 | 42.5 | - |
| YUV | 118.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 175 | 0 | 0.6 | 0.05 | 0.27 | 305.41 | 0.44 | 0.51 |
| Hex | B9 | 4A | AF | 0 | 3C | 5 | 1B | 131 | 2C | 33 |
| Octal | 271 | 112 | 257 | 0 | 74 | 5 | 33 | 461 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10101111 | 0 | 111100 | 101 | 11011 | 100110001 | 101100 | 110011 |
Color Harmonies of #B94AAF
Complementary color
Monochromatic Colors of #B94AAF
Black with #B94AAF
Text Example
Text Example
White with #B94AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AAF; }
p { color: rgb(185,74,175); }
H1.HeaderClassName
{
color: #B94AAF;
}
.AnyTagClassName
{
color: #B94AAF;
}
</style>
background-color css
<style>
a { background-color: #B94AAF; }
a { background-color: rgb(185,74,175); }
div.DivClassName
{
background-color: #B94AAF;
}
.BgClassName
{
background-color: #B94AAF;
}
</style>
border-color css
<style>
span { border-color: #B94AAF; }
span { border-color: rgb(185,74,175); }
td.TdClassName
{
border-color: #B94AAF;
}
.TagClassName
{
border-color: #B94AAF;
}
</style>