Shades of Fuchsia #B572BA
Tints of Fuchsia #B572BA
RGB
CMYK
RGB Variations
Color information
#B572BA (or 0xB572BA) is known color: Fuchsia. HEX triplet: B5, 72 and BA. RGB value is (181,114,186). Sum of RGB (Red+Green+Blue) = 181+114+186=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B572BA is #4A8D45. Grayscale: #8E8E8E. Windows color (decimal): -4885830 or 12219061. OLE color: 12219061.
HSL color Cylindrical-coordinate representation of color #B572BA: hue angle of 295.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B572BA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 114 | 186 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.27 |
| HSL | 295.83º | 0.34% | 0.59% | - |
| HSV(B) | 295.83º | 0.39% | 0.73% | - |
| XYZ | 33.94 | 25.4 | 49.57 | - |
| YUV | 142.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 186 | 0.03 | 0.39 | 0 | 0.27 | 295.83 | 0.34 | 0.59 |
| Hex | B5 | 72 | BA | 3 | 27 | 0 | 1B | 128 | 22 | 3B |
| Octal | 265 | 162 | 272 | 3 | 47 | 0 | 33 | 450 | 42 | 73 |
| Binary | 10110101 | 1110010 | 10111010 | 11 | 100111 | 0 | 11011 | 100101000 | 100010 | 111011 |
Color Harmonies of #B572BA
Complementary color
Monochromatic Colors of #B572BA
Black with #B572BA
Text Example
Text Example
White with #B572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572BA; }
p { color: rgb(181,114,186); }
H1.HeaderClassName
{
color: #B572BA;
}
.AnyTagClassName
{
color: #B572BA;
}
</style>
background-color css
<style>
a { background-color: #B572BA; }
a { background-color: rgb(181,114,186); }
div.DivClassName
{
background-color: #B572BA;
}
.BgClassName
{
background-color: #B572BA;
}
</style>
border-color css
<style>
span { border-color: #B572BA; }
span { border-color: rgb(181,114,186); }
td.TdClassName
{
border-color: #B572BA;
}
.TagClassName
{
border-color: #B572BA;
}
</style>