Shades of Fuchsia #B54BBA
Tints of Fuchsia #B54BBA
RGB
CMYK
RGB Variations
Color information
#B54BBA (or 0xB54BBA) is known color: Fuchsia. HEX triplet: B5, 4B and BA. RGB value is (181,75,186). Sum of RGB (Red+Green+Blue) = 181+75+186=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BBA is #4AB445. Grayscale: #777777. Windows color (decimal): -4895814 or 12209077. OLE color: 12209077.
HSL color Cylindrical-coordinate representation of color #B54BBA: hue angle of 297.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54BBA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 75 | 186 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.27 |
| HSL | 297.3º | 0.45% | 0.51% | - |
| HSV(B) | 297.3º | 0.6% | 0.73% | - |
| XYZ | 30.44 | 18.4 | 48.4 | - |
| YUV | 119.35 | 165.62 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 186 | 0.03 | 0.60 | 0 | 0.27 | 297.3 | 0.45 | 0.51 |
| Hex | B5 | 4B | BA | 3 | 3C | 0 | 1B | 129 | 2D | 33 |
| Octal | 265 | 113 | 272 | 3 | 74 | 0 | 33 | 451 | 55 | 63 |
| Binary | 10110101 | 1001011 | 10111010 | 11 | 111100 | 0 | 11011 | 100101001 | 101101 | 110011 |
Color Harmonies of #B54BBA
Complementary color
Monochromatic Colors of #B54BBA
Black with #B54BBA
Text Example
Text Example
White with #B54BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BBA; }
p { color: rgb(181,75,186); }
H1.HeaderClassName
{
color: #B54BBA;
}
.AnyTagClassName
{
color: #B54BBA;
}
</style>
background-color css
<style>
a { background-color: #B54BBA; }
a { background-color: rgb(181,75,186); }
div.DivClassName
{
background-color: #B54BBA;
}
.BgClassName
{
background-color: #B54BBA;
}
</style>
border-color css
<style>
span { border-color: #B54BBA; }
span { border-color: rgb(181,75,186); }
td.TdClassName
{
border-color: #B54BBA;
}
.TagClassName
{
border-color: #B54BBA;
}
</style>