Shades of Fuchsia #B54CBC
Tints of Fuchsia #B54CBC
RGB
CMYK
RGB Variations
Color information
#B54CBC (or 0xB54CBC) is known color: Fuchsia. HEX triplet: B5, 4C and BC. RGB value is (181,76,188). Sum of RGB (Red+Green+Blue) = 181+76+188=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #B54CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CBC is #4AB343. Grayscale: #777777. Windows color (decimal): -4895556 or 12340405. OLE color: 12340405.
HSL color Cylindrical-coordinate representation of color #B54CBC: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54CBC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 76 | 188 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.26 |
| HSL | 296.25º | 0.46% | 0.52% | - |
| HSV(B) | 296.25º | 0.6% | 0.74% | - |
| XYZ | 30.72 | 18.62 | 49.55 | - |
| YUV | 120.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 188 | 0.04 | 0.60 | 0 | 0.26 | 296.25 | 0.46 | 0.52 |
| Hex | B5 | 4C | BC | 4 | 3C | 0 | 1A | 128 | 2E | 34 |
| Octal | 265 | 114 | 274 | 4 | 74 | 0 | 32 | 450 | 56 | 64 |
| Binary | 10110101 | 1001100 | 10111100 | 100 | 111100 | 0 | 11010 | 100101000 | 101110 | 110100 |
Color Harmonies of #B54CBC
Complementary color
Monochromatic Colors of #B54CBC
Black with #B54CBC
Text Example
Text Example
White with #B54CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CBC; }
p { color: rgb(181,76,188); }
H1.HeaderClassName
{
color: #B54CBC;
}
.AnyTagClassName
{
color: #B54CBC;
}
</style>
background-color css
<style>
a { background-color: #B54CBC; }
a { background-color: rgb(181,76,188); }
div.DivClassName
{
background-color: #B54CBC;
}
.BgClassName
{
background-color: #B54CBC;
}
</style>
border-color css
<style>
span { border-color: #B54CBC; }
span { border-color: rgb(181,76,188); }
td.TdClassName
{
border-color: #B54CBC;
}
.TagClassName
{
border-color: #B54CBC;
}
</style>