Shades of Fuchsia #B552C4
Tints of Fuchsia #B552C4
RGB
CMYK
RGB Variations
Color information
#B552C4 (or 0xB552C4) is known color: Fuchsia. HEX triplet: B5, 52 and C4. RGB value is (181,82,196). Sum of RGB (Red+Green+Blue) = 181+82+196=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #B552C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552C4 is #4AAD3B. Grayscale: #7C7C7C. Windows color (decimal): -4894012 or 12866229. OLE color: 12866229.
HSL color Cylindrical-coordinate representation of color #B552C4: hue angle of 292.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B552C4 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 82 | 196 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.23 |
| HSL | 292.11º | 0.49% | 0.55% | - |
| HSV(B) | 292.11º | 0.58% | 0.77% | - |
| XYZ | 32.04 | 19.84 | 54.37 | - |
| YUV | 124.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 196 | 0.08 | 0.58 | 0 | 0.23 | 292.11 | 0.49 | 0.55 |
| Hex | B5 | 52 | C4 | 8 | 3A | 0 | 17 | 124 | 31 | 37 |
| Octal | 265 | 122 | 304 | 10 | 72 | 0 | 27 | 444 | 61 | 67 |
| Binary | 10110101 | 1010010 | 11000100 | 1000 | 111010 | 0 | 10111 | 100100100 | 110001 | 110111 |
Color Harmonies of #B552C4
Complementary color
Monochromatic Colors of #B552C4
Black with #B552C4
Text Example
Text Example
White with #B552C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552C4; }
p { color: rgb(181,82,196); }
H1.HeaderClassName
{
color: #B552C4;
}
.AnyTagClassName
{
color: #B552C4;
}
</style>
background-color css
<style>
a { background-color: #B552C4; }
a { background-color: rgb(181,82,196); }
div.DivClassName
{
background-color: #B552C4;
}
.BgClassName
{
background-color: #B552C4;
}
</style>
border-color css
<style>
span { border-color: #B552C4; }
span { border-color: rgb(181,82,196); }
td.TdClassName
{
border-color: #B552C4;
}
.TagClassName
{
border-color: #B552C4;
}
</style>