Shades of Fuchsia #B534AC
Tints of Fuchsia #B534AC
RGB
CMYK
RGB Variations
Color information
#B534AC (or 0xB534AC) is known color: Fuchsia. HEX triplet: B5, 34 and AC. RGB value is (181,52,172). Sum of RGB (Red+Green+Blue) = 181+52+172=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B534AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534AC is #4ACB53. Grayscale: #676767. Windows color (decimal): -4901716 or 11285685. OLE color: 11285685.
HSL color Cylindrical-coordinate representation of color #B534AC: hue angle of 304.19º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534AC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 172 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.29 |
| HSL | 304.19º | 0.55% | 0.46% | - |
| HSV(B) | 304.19º | 0.71% | 0.71% | - |
| XYZ | 27.73 | 15.26 | 40.51 | - |
| YUV | 104.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 172 | 0 | 0.71 | 0.05 | 0.29 | 304.19 | 0.55 | 0.46 |
| Hex | B5 | 34 | AC | 0 | 47 | 5 | 1D | 130 | 37 | 2E |
| Octal | 265 | 64 | 254 | 0 | 107 | 5 | 35 | 460 | 67 | 56 |
| Binary | 10110101 | 110100 | 10101100 | 0 | 1000111 | 101 | 11101 | 100110000 | 110111 | 101110 |
Color Harmonies of #B534AC
Complementary color
Monochromatic Colors of #B534AC
Black with #B534AC
Text Example
Text Example
White with #B534AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534AC; }
p { color: rgb(181,52,172); }
H1.HeaderClassName
{
color: #B534AC;
}
.AnyTagClassName
{
color: #B534AC;
}
</style>
background-color css
<style>
a { background-color: #B534AC; }
a { background-color: rgb(181,52,172); }
div.DivClassName
{
background-color: #B534AC;
}
.BgClassName
{
background-color: #B534AC;
}
</style>
border-color css
<style>
span { border-color: #B534AC; }
span { border-color: rgb(181,52,172); }
td.TdClassName
{
border-color: #B534AC;
}
.TagClassName
{
border-color: #B534AC;
}
</style>