Shades of Fuchsia #B54CB3
Tints of Fuchsia #B54CB3
RGB
CMYK
RGB Variations
Color information
#B54CB3 (or 0xB54CB3) is known color: Fuchsia. HEX triplet: B5, 4C and B3. RGB value is (181,76,179). Sum of RGB (Red+Green+Blue) = 181+76+179=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B54CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CB3 is #4AB34C. Grayscale: #767676. Windows color (decimal): -4895565 or 11750581. OLE color: 11750581.
HSL color Cylindrical-coordinate representation of color #B54CB3: hue angle of 301.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54CB3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 179 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.29 |
| HSL | 301.14º | 0.42% | 0.5% | - |
| HSV(B) | 301.14º | 0.58% | 0.71% | - |
| XYZ | 29.78 | 18.25 | 44.6 | - |
| YUV | 119.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 179 | 0 | 0.58 | 0.01 | 0.29 | 301.14 | 0.42 | 0.5 |
| Hex | B5 | 4C | B3 | 0 | 3A | 1 | 1D | 12D | 2A | 32 |
| Octal | 265 | 114 | 263 | 0 | 72 | 1 | 35 | 455 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10110011 | 0 | 111010 | 1 | 11101 | 100101101 | 101010 | 110010 |
Color Harmonies of #B54CB3
Complementary color
Monochromatic Colors of #B54CB3
Black with #B54CB3
Text Example
Text Example
White with #B54CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CB3; }
p { color: rgb(181,76,179); }
H1.HeaderClassName
{
color: #B54CB3;
}
.AnyTagClassName
{
color: #B54CB3;
}
</style>
background-color css
<style>
a { background-color: #B54CB3; }
a { background-color: rgb(181,76,179); }
div.DivClassName
{
background-color: #B54CB3;
}
.BgClassName
{
background-color: #B54CB3;
}
</style>
border-color css
<style>
span { border-color: #B54CB3; }
span { border-color: rgb(181,76,179); }
td.TdClassName
{
border-color: #B54CB3;
}
.TagClassName
{
border-color: #B54CB3;
}
</style>