Shades of Fuchsia #B251AF
Tints of Fuchsia #B251AF
RGB
CMYK
RGB Variations
Color information
#B251AF (or 0xB251AF) is known color: Fuchsia. HEX triplet: B2, 51 and AF. RGB value is (178,81,175). Sum of RGB (Red+Green+Blue) = 178+81+175=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B251AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B251AF is #4DAE50. Grayscale: #787878. Windows color (decimal): -5090897 or 11489714. OLE color: 11489714.
HSL color Cylindrical-coordinate representation of color #B251AF: hue angle of 301.86º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B251AF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 175 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.30 |
| HSL | 301.86º | 0.39% | 0.51% | - |
| HSV(B) | 301.86º | 0.54% | 0.7% | - |
| XYZ | 29.04 | 18.44 | 42.59 | - |
| YUV | 120.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 175 | 0 | 0.54 | 0.02 | 0.30 | 301.86 | 0.39 | 0.51 |
| Hex | B2 | 51 | AF | 0 | 36 | 2 | 1E | 12E | 27 | 33 |
| Octal | 262 | 121 | 257 | 0 | 66 | 2 | 36 | 456 | 47 | 63 |
| Binary | 10110010 | 1010001 | 10101111 | 0 | 110110 | 10 | 11110 | 100101110 | 100111 | 110011 |
Color Harmonies of #B251AF
Complementary color
Monochromatic Colors of #B251AF
Black with #B251AF
Text Example
Text Example
White with #B251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251AF; }
p { color: rgb(178,81,175); }
H1.HeaderClassName
{
color: #B251AF;
}
.AnyTagClassName
{
color: #B251AF;
}
</style>
background-color css
<style>
a { background-color: #B251AF; }
a { background-color: rgb(178,81,175); }
div.DivClassName
{
background-color: #B251AF;
}
.BgClassName
{
background-color: #B251AF;
}
</style>
border-color css
<style>
span { border-color: #B251AF; }
span { border-color: rgb(178,81,175); }
td.TdClassName
{
border-color: #B251AF;
}
.TagClassName
{
border-color: #B251AF;
}
</style>