Shades of Fuchsia #B052BA
Tints of Fuchsia #B052BA
RGB
CMYK
RGB Variations
Color information
#B052BA (or 0xB052BA) is known color: Fuchsia. HEX triplet: B0, 52 and BA. RGB value is (176,82,186). Sum of RGB (Red+Green+Blue) = 176+82+186=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B052BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052BA is #4FAD45. Grayscale: #797979. Windows color (decimal): -5221702 or 12210864. OLE color: 12210864.
HSL color Cylindrical-coordinate representation of color #B052BA: hue angle of 294.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B052BA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 82 | 186 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.27 |
| HSL | 294.23º | 0.43% | 0.53% | - |
| HSV(B) | 294.23º | 0.56% | 0.73% | - |
| XYZ | 29.78 | 18.81 | 48.52 | - |
| YUV | 121.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 186 | 0.05 | 0.56 | 0 | 0.27 | 294.23 | 0.43 | 0.53 |
| Hex | B0 | 52 | BA | 5 | 38 | 0 | 1B | 126 | 2B | 35 |
| Octal | 260 | 122 | 272 | 5 | 70 | 0 | 33 | 446 | 53 | 65 |
| Binary | 10110000 | 1010010 | 10111010 | 101 | 111000 | 0 | 11011 | 100100110 | 101011 | 110101 |
Color Harmonies of #B052BA
Complementary color
Monochromatic Colors of #B052BA
Black with #B052BA
Text Example
Text Example
White with #B052BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052BA; }
p { color: rgb(176,82,186); }
H1.HeaderClassName
{
color: #B052BA;
}
.AnyTagClassName
{
color: #B052BA;
}
</style>
background-color css
<style>
a { background-color: #B052BA; }
a { background-color: rgb(176,82,186); }
div.DivClassName
{
background-color: #B052BA;
}
.BgClassName
{
background-color: #B052BA;
}
</style>
border-color css
<style>
span { border-color: #B052BA; }
span { border-color: rgb(176,82,186); }
td.TdClassName
{
border-color: #B052BA;
}
.TagClassName
{
border-color: #B052BA;
}
</style>