Shades of Fuchsia #B545AD
Tints of Fuchsia #B545AD
RGB
CMYK
RGB Variations
Color information
#B545AD (or 0xB545AD) is known color: Fuchsia. HEX triplet: B5, 45 and AD. RGB value is (181,69,173). Sum of RGB (Red+Green+Blue) = 181+69+173=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B545AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B545AD is #4ABA52. Grayscale: #727272. Windows color (decimal): -4897363 or 11355573. OLE color: 11355573.
HSL color Cylindrical-coordinate representation of color #B545AD: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B545AD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 173 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.29 |
| HSL | 304.29º | 0.45% | 0.49% | - |
| HSV(B) | 304.29º | 0.62% | 0.71% | - |
| XYZ | 28.73 | 17.1 | 41.32 | - |
| YUV | 114.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 173 | 0 | 0.62 | 0.04 | 0.29 | 304.29 | 0.45 | 0.49 |
| Hex | B5 | 45 | AD | 0 | 3E | 4 | 1D | 130 | 2D | 31 |
| Octal | 265 | 105 | 255 | 0 | 76 | 4 | 35 | 460 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10101101 | 0 | 111110 | 100 | 11101 | 100110000 | 101101 | 110001 |
Color Harmonies of #B545AD
Complementary color
Monochromatic Colors of #B545AD
Black with #B545AD
Text Example
Text Example
White with #B545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545AD; }
p { color: rgb(181,69,173); }
H1.HeaderClassName
{
color: #B545AD;
}
.AnyTagClassName
{
color: #B545AD;
}
</style>
background-color css
<style>
a { background-color: #B545AD; }
a { background-color: rgb(181,69,173); }
div.DivClassName
{
background-color: #B545AD;
}
.BgClassName
{
background-color: #B545AD;
}
</style>
border-color css
<style>
span { border-color: #B545AD; }
span { border-color: rgb(181,69,173); }
td.TdClassName
{
border-color: #B545AD;
}
.TagClassName
{
border-color: #B545AD;
}
</style>