Shades of Fuchsia #B55DB2
Tints of Fuchsia #B55DB2
RGB
CMYK
RGB Variations
Color information
#B55DB2 (or 0xB55DB2) is known color: Fuchsia. HEX triplet: B5, 5D and B2. RGB value is (181,93,178). Sum of RGB (Red+Green+Blue) = 181+93+178=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DB2 is #4AA24D. Grayscale: #808080. Windows color (decimal): -4891214 or 11689397. OLE color: 11689397.
HSL color Cylindrical-coordinate representation of color #B55DB2: hue angle of 302.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DB2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 178 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.29 |
| HSL | 302.05º | 0.37% | 0.54% | - |
| HSV(B) | 302.05º | 0.49% | 0.71% | - |
| XYZ | 31.01 | 20.87 | 44.51 | - |
| YUV | 129 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 178 | 0 | 0.49 | 0.02 | 0.29 | 302.05 | 0.37 | 0.54 |
| Hex | B5 | 5D | B2 | 0 | 31 | 2 | 1D | 12E | 25 | 36 |
| Octal | 265 | 135 | 262 | 0 | 61 | 2 | 35 | 456 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10110010 | 0 | 110001 | 10 | 11101 | 100101110 | 100101 | 110110 |
Color Harmonies of #B55DB2
Complementary color
Monochromatic Colors of #B55DB2
Black with #B55DB2
Text Example
Text Example
White with #B55DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DB2; }
p { color: rgb(181,93,178); }
H1.HeaderClassName
{
color: #B55DB2;
}
.AnyTagClassName
{
color: #B55DB2;
}
</style>
background-color css
<style>
a { background-color: #B55DB2; }
a { background-color: rgb(181,93,178); }
div.DivClassName
{
background-color: #B55DB2;
}
.BgClassName
{
background-color: #B55DB2;
}
</style>
border-color css
<style>
span { border-color: #B55DB2; }
span { border-color: rgb(181,93,178); }
td.TdClassName
{
border-color: #B55DB2;
}
.TagClassName
{
border-color: #B55DB2;
}
</style>