Shades of Fuchsia #B55DC0
Tints of Fuchsia #B55DC0
RGB
CMYK
RGB Variations
Color information
#B55DC0 (or 0xB55DC0) is known color: Fuchsia. HEX triplet: B5, 5D and C0. RGB value is (181,93,192). Sum of RGB (Red+Green+Blue) = 181+93+192=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #B55DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DC0 is #4AA23F. Grayscale: #828282. Windows color (decimal): -4891200 or 12606901. OLE color: 12606901.
HSL color Cylindrical-coordinate representation of color #B55DC0: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55DC0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 93 | 192 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.25 |
| HSL | 293.33º | 0.44% | 0.56% | - |
| HSV(B) | 293.33º | 0.52% | 0.75% | - |
| XYZ | 32.48 | 21.46 | 52.3 | - |
| YUV | 130.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 192 | 0.06 | 0.52 | 0 | 0.25 | 293.33 | 0.44 | 0.56 |
| Hex | B5 | 5D | C0 | 6 | 34 | 0 | 19 | 125 | 2C | 38 |
| Octal | 265 | 135 | 300 | 6 | 64 | 0 | 31 | 445 | 54 | 70 |
| Binary | 10110101 | 1011101 | 11000000 | 110 | 110100 | 0 | 11001 | 100100101 | 101100 | 111000 |
Color Harmonies of #B55DC0
Complementary color
Monochromatic Colors of #B55DC0
Black with #B55DC0
Text Example
Text Example
White with #B55DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DC0; }
p { color: rgb(181,93,192); }
H1.HeaderClassName
{
color: #B55DC0;
}
.AnyTagClassName
{
color: #B55DC0;
}
</style>
background-color css
<style>
a { background-color: #B55DC0; }
a { background-color: rgb(181,93,192); }
div.DivClassName
{
background-color: #B55DC0;
}
.BgClassName
{
background-color: #B55DC0;
}
</style>
border-color css
<style>
span { border-color: #B55DC0; }
span { border-color: rgb(181,93,192); }
td.TdClassName
{
border-color: #B55DC0;
}
.TagClassName
{
border-color: #B55DC0;
}
</style>