Shades of Fuchsia #B532BB
Tints of Fuchsia #B532BB
RGB
CMYK
RGB Variations
Color information
#B532BB (or 0xB532BB) is known color: Fuchsia. HEX triplet: B5, 32 and BB. RGB value is (181,50,187). Sum of RGB (Red+Green+Blue) = 181+50+187=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #B532BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532BB is #4ACD44. Grayscale: #686868. Windows color (decimal): -4902213 or 12268213. OLE color: 12268213.
HSL color Cylindrical-coordinate representation of color #B532BB: hue angle of 297.37º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B532BB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 50 | 187 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.27 |
| HSL | 297.37º | 0.58% | 0.46% | - |
| HSV(B) | 297.37º | 0.73% | 0.73% | - |
| XYZ | 29.17 | 15.69 | 48.51 | - |
| YUV | 104.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 187 | 0.03 | 0.73 | 0 | 0.27 | 297.37 | 0.58 | 0.46 |
| Hex | B5 | 32 | BB | 3 | 49 | 0 | 1B | 129 | 3A | 2E |
| Octal | 265 | 62 | 273 | 3 | 111 | 0 | 33 | 451 | 72 | 56 |
| Binary | 10110101 | 110010 | 10111011 | 11 | 1001001 | 0 | 11011 | 100101001 | 111010 | 101110 |
Color Harmonies of #B532BB
Complementary color
Monochromatic Colors of #B532BB
Black with #B532BB
Text Example
Text Example
White with #B532BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532BB; }
p { color: rgb(181,50,187); }
H1.HeaderClassName
{
color: #B532BB;
}
.AnyTagClassName
{
color: #B532BB;
}
</style>
background-color css
<style>
a { background-color: #B532BB; }
a { background-color: rgb(181,50,187); }
div.DivClassName
{
background-color: #B532BB;
}
.BgClassName
{
background-color: #B532BB;
}
</style>
border-color css
<style>
span { border-color: #B532BB; }
span { border-color: rgb(181,50,187); }
td.TdClassName
{
border-color: #B532BB;
}
.TagClassName
{
border-color: #B532BB;
}
</style>