Shades of Fuchsia #B94ABF
Tints of Fuchsia #B94ABF
RGB
CMYK
RGB Variations
Color information
#B94ABF (or 0xB94ABF) is known color: Fuchsia. HEX triplet: B9, 4A and BF. RGB value is (185,74,191). Sum of RGB (Red+Green+Blue) = 185+74+191=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #B94ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ABF is #46B540. Grayscale: #787878. Windows color (decimal): -4633921 or 12536505. OLE color: 12536505.
HSL color Cylindrical-coordinate representation of color #B94ABF: hue angle of 296.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94ABF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 74 | 191 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.25 |
| HSL | 296.92º | 0.48% | 0.52% | - |
| HSV(B) | 296.92º | 0.61% | 0.75% | - |
| XYZ | 31.86 | 18.97 | 51.27 | - |
| YUV | 120.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 191 | 0.03 | 0.61 | 0 | 0.25 | 296.92 | 0.48 | 0.52 |
| Hex | B9 | 4A | BF | 3 | 3D | 0 | 19 | 129 | 30 | 34 |
| Octal | 271 | 112 | 277 | 3 | 75 | 0 | 31 | 451 | 60 | 64 |
| Binary | 10111001 | 1001010 | 10111111 | 11 | 111101 | 0 | 11001 | 100101001 | 110000 | 110100 |
Color Harmonies of #B94ABF
Complementary color
Monochromatic Colors of #B94ABF
Black with #B94ABF
Text Example
Text Example
White with #B94ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94ABF; }
p { color: rgb(185,74,191); }
H1.HeaderClassName
{
color: #B94ABF;
}
.AnyTagClassName
{
color: #B94ABF;
}
</style>
background-color css
<style>
a { background-color: #B94ABF; }
a { background-color: rgb(185,74,191); }
div.DivClassName
{
background-color: #B94ABF;
}
.BgClassName
{
background-color: #B94ABF;
}
</style>
border-color css
<style>
span { border-color: #B94ABF; }
span { border-color: rgb(185,74,191); }
td.TdClassName
{
border-color: #B94ABF;
}
.TagClassName
{
border-color: #B94ABF;
}
</style>