Shades of Fuchsia #B54DBB
Tints of Fuchsia #B54DBB
RGB
CMYK
RGB Variations
Color information
#B54DBB (or 0xB54DBB) is known color: Fuchsia. HEX triplet: B5, 4D and BB. RGB value is (181,77,187). Sum of RGB (Red+Green+Blue) = 181+77+187=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B54DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DBB is #4AB244. Grayscale: #787878. Windows color (decimal): -4895301 or 12275125. OLE color: 12275125.
HSL color Cylindrical-coordinate representation of color #B54DBB: hue angle of 296.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54DBB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 77 | 187 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.27 |
| HSL | 296.73º | 0.45% | 0.52% | - |
| HSV(B) | 296.73º | 0.59% | 0.73% | - |
| XYZ | 30.68 | 18.72 | 49.01 | - |
| YUV | 120.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 187 | 0.03 | 0.59 | 0 | 0.27 | 296.73 | 0.45 | 0.52 |
| Hex | B5 | 4D | BB | 3 | 3B | 0 | 1B | 129 | 2D | 34 |
| Octal | 265 | 115 | 273 | 3 | 73 | 0 | 33 | 451 | 55 | 64 |
| Binary | 10110101 | 1001101 | 10111011 | 11 | 111011 | 0 | 11011 | 100101001 | 101101 | 110100 |
Color Harmonies of #B54DBB
Complementary color
Monochromatic Colors of #B54DBB
Black with #B54DBB
Text Example
Text Example
White with #B54DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DBB; }
p { color: rgb(181,77,187); }
H1.HeaderClassName
{
color: #B54DBB;
}
.AnyTagClassName
{
color: #B54DBB;
}
</style>
background-color css
<style>
a { background-color: #B54DBB; }
a { background-color: rgb(181,77,187); }
div.DivClassName
{
background-color: #B54DBB;
}
.BgClassName
{
background-color: #B54DBB;
}
</style>
border-color css
<style>
span { border-color: #B54DBB; }
span { border-color: rgb(181,77,187); }
td.TdClassName
{
border-color: #B54DBB;
}
.TagClassName
{
border-color: #B54DBB;
}
</style>