Shades of Fuchsia #B552BD
Tints of Fuchsia #B552BD
RGB
CMYK
RGB Variations
Color information
#B552BD (or 0xB552BD) is known color: Fuchsia. HEX triplet: B5, 52 and BD. RGB value is (181,82,189). Sum of RGB (Red+Green+Blue) = 181+82+189=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B552BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552BD is #4AAD42. Grayscale: #7B7B7B. Windows color (decimal): -4894019 or 12407477. OLE color: 12407477.
HSL color Cylindrical-coordinate representation of color #B552BD: hue angle of 295.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B552BD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 82 | 189 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.26 |
| HSL | 295.51º | 0.45% | 0.53% | - |
| HSV(B) | 295.51º | 0.57% | 0.74% | - |
| XYZ | 31.26 | 19.53 | 50.27 | - |
| YUV | 123.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 189 | 0.04 | 0.57 | 0 | 0.26 | 295.51 | 0.45 | 0.53 |
| Hex | B5 | 52 | BD | 4 | 39 | 0 | 1A | 128 | 2D | 35 |
| Octal | 265 | 122 | 275 | 4 | 71 | 0 | 32 | 450 | 55 | 65 |
| Binary | 10110101 | 1010010 | 10111101 | 100 | 111001 | 0 | 11010 | 100101000 | 101101 | 110101 |
Color Harmonies of #B552BD
Complementary color
Monochromatic Colors of #B552BD
Black with #B552BD
Text Example
Text Example
White with #B552BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552BD; }
p { color: rgb(181,82,189); }
H1.HeaderClassName
{
color: #B552BD;
}
.AnyTagClassName
{
color: #B552BD;
}
</style>
background-color css
<style>
a { background-color: #B552BD; }
a { background-color: rgb(181,82,189); }
div.DivClassName
{
background-color: #B552BD;
}
.BgClassName
{
background-color: #B552BD;
}
</style>
border-color css
<style>
span { border-color: #B552BD; }
span { border-color: rgb(181,82,189); }
td.TdClassName
{
border-color: #B552BD;
}
.TagClassName
{
border-color: #B552BD;
}
</style>