Shades of Fuchsia #B554C1
Tints of Fuchsia #B554C1
RGB
CMYK
RGB Variations
Color information
#B554C1 (or 0xB554C1) is known color: Fuchsia. HEX triplet: B5, 54 and C1. RGB value is (181,84,193). Sum of RGB (Red+Green+Blue) = 181+84+193=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #B554C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554C1 is #4AAB3E. Grayscale: #7D7D7D. Windows color (decimal): -4893503 or 12670133. OLE color: 12670133.
HSL color Cylindrical-coordinate representation of color #B554C1: hue angle of 293.39º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B554C1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 84 | 193 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.24 |
| HSL | 293.39º | 0.47% | 0.54% | - |
| HSV(B) | 293.39º | 0.56% | 0.76% | - |
| XYZ | 31.85 | 20.01 | 52.64 | - |
| YUV | 125.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 193 | 0.06 | 0.56 | 0 | 0.24 | 293.39 | 0.47 | 0.54 |
| Hex | B5 | 54 | C1 | 6 | 38 | 0 | 18 | 125 | 2F | 36 |
| Octal | 265 | 124 | 301 | 6 | 70 | 0 | 30 | 445 | 57 | 66 |
| Binary | 10110101 | 1010100 | 11000001 | 110 | 111000 | 0 | 11000 | 100100101 | 101111 | 110110 |
Color Harmonies of #B554C1
Complementary color
Monochromatic Colors of #B554C1
Black with #B554C1
Text Example
Text Example
White with #B554C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554C1; }
p { color: rgb(181,84,193); }
H1.HeaderClassName
{
color: #B554C1;
}
.AnyTagClassName
{
color: #B554C1;
}
</style>
background-color css
<style>
a { background-color: #B554C1; }
a { background-color: rgb(181,84,193); }
div.DivClassName
{
background-color: #B554C1;
}
.BgClassName
{
background-color: #B554C1;
}
</style>
border-color css
<style>
span { border-color: #B554C1; }
span { border-color: rgb(181,84,193); }
td.TdClassName
{
border-color: #B554C1;
}
.TagClassName
{
border-color: #B554C1;
}
</style>