Shades of Fuchsia #B55CBA
Tints of Fuchsia #B55CBA
RGB
CMYK
RGB Variations
Color information
#B55CBA (or 0xB55CBA) is known color: Fuchsia. HEX triplet: B5, 5C and BA. RGB value is (181,92,186). Sum of RGB (Red+Green+Blue) = 181+92+186=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CBA is #4AA345. Grayscale: #818181. Windows color (decimal): -4891462 or 12213429. OLE color: 12213429.
HSL color Cylindrical-coordinate representation of color #B55CBA: hue angle of 296.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55CBA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 92 | 186 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.27 |
| HSL | 296.81º | 0.41% | 0.55% | - |
| HSV(B) | 296.81º | 0.51% | 0.73% | - |
| XYZ | 31.75 | 21.02 | 48.84 | - |
| YUV | 129.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 186 | 0.03 | 0.51 | 0 | 0.27 | 296.81 | 0.41 | 0.55 |
| Hex | B5 | 5C | BA | 3 | 33 | 0 | 1B | 129 | 29 | 37 |
| Octal | 265 | 134 | 272 | 3 | 63 | 0 | 33 | 451 | 51 | 67 |
| Binary | 10110101 | 1011100 | 10111010 | 11 | 110011 | 0 | 11011 | 100101001 | 101001 | 110111 |
Color Harmonies of #B55CBA
Complementary color
Monochromatic Colors of #B55CBA
Black with #B55CBA
Text Example
Text Example
White with #B55CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CBA; }
p { color: rgb(181,92,186); }
H1.HeaderClassName
{
color: #B55CBA;
}
.AnyTagClassName
{
color: #B55CBA;
}
</style>
background-color css
<style>
a { background-color: #B55CBA; }
a { background-color: rgb(181,92,186); }
div.DivClassName
{
background-color: #B55CBA;
}
.BgClassName
{
background-color: #B55CBA;
}
</style>
border-color css
<style>
span { border-color: #B55CBA; }
span { border-color: rgb(181,92,186); }
td.TdClassName
{
border-color: #B55CBA;
}
.TagClassName
{
border-color: #B55CBA;
}
</style>