Shades of Fuchsia #B552AF
Tints of Fuchsia #B552AF
RGB
CMYK
RGB Variations
Color information
#B552AF (or 0xB552AF) is known color: Fuchsia. HEX triplet: B5, 52 and AF. RGB value is (181,82,175). Sum of RGB (Red+Green+Blue) = 181+82+175=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B552AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552AF is #4AAD50. Grayscale: #797979. Windows color (decimal): -4894033 or 11489973. OLE color: 11489973.
HSL color Cylindrical-coordinate representation of color #B552AF: hue angle of 303.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B552AF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 175 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.29 |
| HSL | 303.64º | 0.4% | 0.52% | - |
| HSV(B) | 303.64º | 0.55% | 0.71% | - |
| XYZ | 29.81 | 18.95 | 42.64 | - |
| YUV | 122.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 175 | 0 | 0.55 | 0.03 | 0.29 | 303.64 | 0.4 | 0.52 |
| Hex | B5 | 52 | AF | 0 | 37 | 3 | 1D | 130 | 28 | 34 |
| Octal | 265 | 122 | 257 | 0 | 67 | 3 | 35 | 460 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10101111 | 0 | 110111 | 11 | 11101 | 100110000 | 101000 | 110100 |
Color Harmonies of #B552AF
Complementary color
Monochromatic Colors of #B552AF
Black with #B552AF
Text Example
Text Example
White with #B552AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552AF; }
p { color: rgb(181,82,175); }
H1.HeaderClassName
{
color: #B552AF;
}
.AnyTagClassName
{
color: #B552AF;
}
</style>
background-color css
<style>
a { background-color: #B552AF; }
a { background-color: rgb(181,82,175); }
div.DivClassName
{
background-color: #B552AF;
}
.BgClassName
{
background-color: #B552AF;
}
</style>
border-color css
<style>
span { border-color: #B552AF; }
span { border-color: rgb(181,82,175); }
td.TdClassName
{
border-color: #B552AF;
}
.TagClassName
{
border-color: #B552AF;
}
</style>