Shades of Fuchsia #B54DB2
Tints of Fuchsia #B54DB2
RGB
CMYK
RGB Variations
Color information
#B54DB2 (or 0xB54DB2) is known color: Fuchsia. HEX triplet: B5, 4D and B2. RGB value is (181,77,178). Sum of RGB (Red+Green+Blue) = 181+77+178=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DB2 is #4AB24D. Grayscale: #777777. Windows color (decimal): -4895310 or 11685301. OLE color: 11685301.
HSL color Cylindrical-coordinate representation of color #B54DB2: hue angle of 301.73º 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 #B54DB2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 77 | 178 | - |
CMYK | 0 | 0.57 | 0.02 | 0.29 |
HSL | 301.73º | 0.41% | 0.51% | - |
HSV(B) | 301.73º | 0.57% | 0.71% | - |
XYZ | 29.75 | 18.35 | 44.09 | - |
YUV | 119.61 | 160.96 | 171.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 77 | 178 | 0 | 0.57 | 0.02 | 0.29 | 301.73 | 0.41 | 0.51 |
Hex | B5 | 4D | B2 | 0 | 39 | 2 | 1D | 12E | 29 | 33 |
Octal | 265 | 115 | 262 | 0 | 71 | 2 | 35 | 456 | 51 | 63 |
Binary | 10110101 | 1001101 | 10110010 | 0 | 111001 | 10 | 11101 | 100101110 | 101001 | 110011 |
Color Harmonies of #B54DB2
Complementary color
Monochromatic Colors of #B54DB2
Black with #B54DB2
Text Example
Text Example
White with #B54DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DB2; }
p { color: rgb(181,77,178); }
H1.HeaderClassName
{
color: #B54DB2;
}
.AnyTagClassName
{
color: #B54DB2;
}
</style>
background-color css
<style>
a { background-color: #B54DB2; }
a { background-color: rgb(181,77,178); }
div.DivClassName
{
background-color: #B54DB2;
}
.BgClassName
{
background-color: #B54DB2;
}
</style>
border-color css
<style>
span { border-color: #B54DB2; }
span { border-color: rgb(181,77,178); }
td.TdClassName
{
border-color: #B54DB2;
}
.TagClassName
{
border-color: #B54DB2;
}
</style>