Shades of Fuchsia #B55CC0
Tints of Fuchsia #B55CC0
RGB
CMYK
RGB Variations
Color information
#B55CC0 (or 0xB55CC0) is known color: Fuchsia. HEX triplet: B5, 5C and C0. RGB value is (181,92,192). Sum of RGB (Red+Green+Blue) = 181+92+192=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B55CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CC0 is #4AA33F. Grayscale: #818181. Windows color (decimal): -4891456 or 12606645. OLE color: 12606645.
HSL color Cylindrical-coordinate representation of color #B55CC0: hue angle of 293.4º 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 #B55CC0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 92 | 192 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.25 |
| HSL | 293.4º | 0.44% | 0.56% | - |
| HSV(B) | 293.4º | 0.52% | 0.75% | - |
| XYZ | 32.4 | 21.28 | 52.27 | - |
| YUV | 130.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 192 | 0.06 | 0.52 | 0 | 0.25 | 293.4 | 0.44 | 0.56 |
| Hex | B5 | 5C | C0 | 6 | 34 | 0 | 19 | 125 | 2C | 38 |
| Octal | 265 | 134 | 300 | 6 | 64 | 0 | 31 | 445 | 54 | 70 |
| Binary | 10110101 | 1011100 | 11000000 | 110 | 110100 | 0 | 11001 | 100100101 | 101100 | 111000 |
Color Harmonies of #B55CC0
Complementary color
Monochromatic Colors of #B55CC0
Black with #B55CC0
Text Example
Text Example
White with #B55CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CC0; }
p { color: rgb(181,92,192); }
H1.HeaderClassName
{
color: #B55CC0;
}
.AnyTagClassName
{
color: #B55CC0;
}
</style>
background-color css
<style>
a { background-color: #B55CC0; }
a { background-color: rgb(181,92,192); }
div.DivClassName
{
background-color: #B55CC0;
}
.BgClassName
{
background-color: #B55CC0;
}
</style>
border-color css
<style>
span { border-color: #B55CC0; }
span { border-color: rgb(181,92,192); }
td.TdClassName
{
border-color: #B55CC0;
}
.TagClassName
{
border-color: #B55CC0;
}
</style>