Shades of Fuchsia #B254AD
Tints of Fuchsia #B254AD
RGB
CMYK
RGB Variations
Color information
#B254AD (or 0xB254AD) is known color: Fuchsia. HEX triplet: B2, 54 and AD. RGB value is (178,84,173). Sum of RGB (Red+Green+Blue) = 178+84+173=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B254AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B254AD is #4DAB52. Grayscale: #797979. Windows color (decimal): -5090131 or 11359410. OLE color: 11359410.
HSL color Cylindrical-coordinate representation of color #B254AD: hue angle of 303.19º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B254AD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 173 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.30 |
| HSL | 303.19º | 0.38% | 0.51% | - |
| HSV(B) | 303.19º | 0.53% | 0.7% | - |
| XYZ | 29.07 | 18.82 | 41.64 | - |
| YUV | 122.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 173 | 0 | 0.53 | 0.03 | 0.30 | 303.19 | 0.38 | 0.51 |
| Hex | B2 | 54 | AD | 0 | 35 | 3 | 1E | 12F | 26 | 33 |
| Octal | 262 | 124 | 255 | 0 | 65 | 3 | 36 | 457 | 46 | 63 |
| Binary | 10110010 | 1010100 | 10101101 | 0 | 110101 | 11 | 11110 | 100101111 | 100110 | 110011 |
Color Harmonies of #B254AD
Complementary color
Monochromatic Colors of #B254AD
Black with #B254AD
Text Example
Text Example
White with #B254AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B254AD; }
p { color: rgb(178,84,173); }
H1.HeaderClassName
{
color: #B254AD;
}
.AnyTagClassName
{
color: #B254AD;
}
</style>
background-color css
<style>
a { background-color: #B254AD; }
a { background-color: rgb(178,84,173); }
div.DivClassName
{
background-color: #B254AD;
}
.BgClassName
{
background-color: #B254AD;
}
</style>
border-color css
<style>
span { border-color: #B254AD; }
span { border-color: rgb(178,84,173); }
td.TdClassName
{
border-color: #B254AD;
}
.TagClassName
{
border-color: #B254AD;
}
</style>