Shades of Fuchsia #B54DB3
Tints of Fuchsia #B54DB3
RGB
CMYK
RGB Variations
Color information
#B54DB3 (or 0xB54DB3) is known color: Fuchsia. HEX triplet: B5, 4D and B3. RGB value is (181,77,179). Sum of RGB (Red+Green+Blue) = 181+77+179=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB3 is #4AB24C. Grayscale: #777777. Windows color (decimal): -4895309 or 11750837. OLE color: 11750837.
HSL color Cylindrical-coordinate representation of color #B54DB3: hue angle of 301.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54DB3 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 179 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.29 |
| HSL | 301.15º | 0.41% | 0.51% | - |
| HSV(B) | 301.15º | 0.57% | 0.71% | - |
| XYZ | 29.85 | 18.39 | 44.62 | - |
| YUV | 119.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 179 | 0 | 0.57 | 0.01 | 0.29 | 301.15 | 0.41 | 0.51 |
| Hex | B5 | 4D | B3 | 0 | 39 | 1 | 1D | 12D | 29 | 33 |
| Octal | 265 | 115 | 263 | 0 | 71 | 1 | 35 | 455 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10110011 | 0 | 111001 | 1 | 11101 | 100101101 | 101001 | 110011 |
Color Harmonies of #B54DB3
Complementary color
Monochromatic Colors of #B54DB3
Black with #B54DB3
Text Example
Text Example
White with #B54DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DB3; }
p { color: rgb(181,77,179); }
H1.HeaderClassName
{
color: #B54DB3;
}
.AnyTagClassName
{
color: #B54DB3;
}
</style>
background-color css
<style>
a { background-color: #B54DB3; }
a { background-color: rgb(181,77,179); }
div.DivClassName
{
background-color: #B54DB3;
}
.BgClassName
{
background-color: #B54DB3;
}
</style>
border-color css
<style>
span { border-color: #B54DB3; }
span { border-color: rgb(181,77,179); }
td.TdClassName
{
border-color: #B54DB3;
}
.TagClassName
{
border-color: #B54DB3;
}
</style>