Shades of Fuchsia #B54BB2
Tints of Fuchsia #B54BB2
RGB
CMYK
RGB Variations
Color information
#B54BB2 (or 0xB54BB2) is known color: Fuchsia. HEX triplet: B5, 4B and B2. RGB value is (181,75,178). Sum of RGB (Red+Green+Blue) = 181+75+178=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B54BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54BB2 is #4AB44D. Grayscale: #767676. Windows color (decimal): -4895822 or 11684789. OLE color: 11684789.
HSL color Cylindrical-coordinate representation of color #B54BB2: hue angle of 301.7º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54BB2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 178 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.29 |
| HSL | 301.7º | 0.42% | 0.5% | - |
| HSV(B) | 301.7º | 0.59% | 0.71% | - |
| XYZ | 29.61 | 18.07 | 44.05 | - |
| YUV | 118.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 178 | 0 | 0.59 | 0.02 | 0.29 | 301.7 | 0.42 | 0.5 |
| Hex | B5 | 4B | B2 | 0 | 3B | 2 | 1D | 12E | 2A | 32 |
| Octal | 265 | 113 | 262 | 0 | 73 | 2 | 35 | 456 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10110010 | 0 | 111011 | 10 | 11101 | 100101110 | 101010 | 110010 |
Color Harmonies of #B54BB2
Complementary color
Monochromatic Colors of #B54BB2
Black with #B54BB2
Text Example
Text Example
White with #B54BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BB2; }
p { color: rgb(181,75,178); }
H1.HeaderClassName
{
color: #B54BB2;
}
.AnyTagClassName
{
color: #B54BB2;
}
</style>
background-color css
<style>
a { background-color: #B54BB2; }
a { background-color: rgb(181,75,178); }
div.DivClassName
{
background-color: #B54BB2;
}
.BgClassName
{
background-color: #B54BB2;
}
</style>
border-color css
<style>
span { border-color: #B54BB2; }
span { border-color: rgb(181,75,178); }
td.TdClassName
{
border-color: #B54BB2;
}
.TagClassName
{
border-color: #B54BB2;
}
</style>