Shades of Fuchsia #B532BC
Tints of Fuchsia #B532BC
RGB
CMYK
RGB Variations
Color information
#B532BC (or 0xB532BC) is known color: Fuchsia. HEX triplet: B5, 32 and BC. RGB value is (181,50,188). Sum of RGB (Red+Green+Blue) = 181+50+188=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #B532BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532BC is #4ACD43. Grayscale: #686868. Windows color (decimal): -4902212 or 12333749. OLE color: 12333749.
HSL color Cylindrical-coordinate representation of color #B532BC: hue angle of 296.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B532BC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 50 | 188 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.26 |
| HSL | 296.96º | 0.58% | 0.47% | - |
| HSV(B) | 296.96º | 0.73% | 0.74% | - |
| XYZ | 29.27 | 15.74 | 49.07 | - |
| YUV | 104.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 188 | 0.04 | 0.73 | 0 | 0.26 | 296.96 | 0.58 | 0.47 |
| Hex | B5 | 32 | BC | 4 | 49 | 0 | 1A | 129 | 3A | 2F |
| Octal | 265 | 62 | 274 | 4 | 111 | 0 | 32 | 451 | 72 | 57 |
| Binary | 10110101 | 110010 | 10111100 | 100 | 1001001 | 0 | 11010 | 100101001 | 111010 | 101111 |
Color Harmonies of #B532BC
Complementary color
Monochromatic Colors of #B532BC
Black with #B532BC
Text Example
Text Example
White with #B532BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532BC; }
p { color: rgb(181,50,188); }
H1.HeaderClassName
{
color: #B532BC;
}
.AnyTagClassName
{
color: #B532BC;
}
</style>
background-color css
<style>
a { background-color: #B532BC; }
a { background-color: rgb(181,50,188); }
div.DivClassName
{
background-color: #B532BC;
}
.BgClassName
{
background-color: #B532BC;
}
</style>
border-color css
<style>
span { border-color: #B532BC; }
span { border-color: rgb(181,50,188); }
td.TdClassName
{
border-color: #B532BC;
}
.TagClassName
{
border-color: #B532BC;
}
</style>