Shades of Fuchsia #B54BA7
Tints of Fuchsia #B54BA7
RGB
CMYK
RGB Variations
Color information
#B54BA7 (or 0xB54BA7) is known color: Fuchsia. HEX triplet: B5, 4B and A7. RGB value is (181,75,167). Sum of RGB (Red+Green+Blue) = 181+75+167=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BA7 is #4AB458. Grayscale: #747474. Windows color (decimal): -4895833 or 10963893. OLE color: 10963893.
HSL color Cylindrical-coordinate representation of color #B54BA7: hue angle of 307.92º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54BA7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 167 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.29 |
| HSL | 307.92º | 0.42% | 0.5% | - |
| HSV(B) | 307.92º | 0.59% | 0.71% | - |
| XYZ | 28.55 | 17.65 | 38.46 | - |
| YUV | 117.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 167 | 0 | 0.59 | 0.08 | 0.29 | 307.92 | 0.42 | 0.5 |
| Hex | B5 | 4B | A7 | 0 | 3B | 8 | 1D | 134 | 2A | 32 |
| Octal | 265 | 113 | 247 | 0 | 73 | 10 | 35 | 464 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10100111 | 0 | 111011 | 1000 | 11101 | 100110100 | 101010 | 110010 |
Color Harmonies of #B54BA7
Complementary color
Monochromatic Colors of #B54BA7
Black with #B54BA7
Text Example
Text Example
White with #B54BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BA7; }
p { color: rgb(181,75,167); }
H1.HeaderClassName
{
color: #B54BA7;
}
.AnyTagClassName
{
color: #B54BA7;
}
</style>
background-color css
<style>
a { background-color: #B54BA7; }
a { background-color: rgb(181,75,167); }
div.DivClassName
{
background-color: #B54BA7;
}
.BgClassName
{
background-color: #B54BA7;
}
</style>
border-color css
<style>
span { border-color: #B54BA7; }
span { border-color: rgb(181,75,167); }
td.TdClassName
{
border-color: #B54BA7;
}
.TagClassName
{
border-color: #B54BA7;
}
</style>