Shades of Fuchsia #B552B2
Tints of Fuchsia #B552B2
RGB
CMYK
RGB Variations
Color information
#B552B2 (or 0xB552B2) is known color: Fuchsia. HEX triplet: B5, 52 and B2. RGB value is (181,82,178). Sum of RGB (Red+Green+Blue) = 181+82+178=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B552B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552B2 is #4AAD4D. Grayscale: #7A7A7A. Windows color (decimal): -4894030 or 11686581. OLE color: 11686581.
HSL color Cylindrical-coordinate representation of color #B552B2: hue angle of 301.82º 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 #B552B2 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 178 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.29 |
| HSL | 301.82º | 0.4% | 0.52% | - |
| HSV(B) | 301.82º | 0.55% | 0.71% | - |
| XYZ | 30.11 | 19.07 | 44.21 | - |
| YUV | 122.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 178 | 0 | 0.55 | 0.02 | 0.29 | 301.82 | 0.4 | 0.52 |
| Hex | B5 | 52 | B2 | 0 | 37 | 2 | 1D | 12E | 28 | 34 |
| Octal | 265 | 122 | 262 | 0 | 67 | 2 | 35 | 456 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10110010 | 0 | 110111 | 10 | 11101 | 100101110 | 101000 | 110100 |
Color Harmonies of #B552B2
Complementary color
Monochromatic Colors of #B552B2
Black with #B552B2
Text Example
Text Example
White with #B552B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552B2; }
p { color: rgb(181,82,178); }
H1.HeaderClassName
{
color: #B552B2;
}
.AnyTagClassName
{
color: #B552B2;
}
</style>
background-color css
<style>
a { background-color: #B552B2; }
a { background-color: rgb(181,82,178); }
div.DivClassName
{
background-color: #B552B2;
}
.BgClassName
{
background-color: #B552B2;
}
</style>
border-color css
<style>
span { border-color: #B552B2; }
span { border-color: rgb(181,82,178); }
td.TdClassName
{
border-color: #B552B2;
}
.TagClassName
{
border-color: #B552B2;
}
</style>