Shades of Fuchsia #B55DB7
Tints of Fuchsia #B55DB7
RGB
CMYK
RGB Variations
Color information
#B55DB7 (or 0xB55DB7) is known color: Fuchsia. HEX triplet: B5, 5D and B7. RGB value is (181,93,183). Sum of RGB (Red+Green+Blue) = 181+93+183=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #B55DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DB7 is #4AA248. Grayscale: #818181. Windows color (decimal): -4891209 or 12017077. OLE color: 12017077.
HSL color Cylindrical-coordinate representation of color #B55DB7: hue angle of 298.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DB7 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 93 | 183 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.28 |
| HSL | 298.67º | 0.38% | 0.54% | - |
| HSV(B) | 298.67º | 0.49% | 0.72% | - |
| XYZ | 31.52 | 21.07 | 47.21 | - |
| YUV | 129.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 183 | 0.01 | 0.49 | 0 | 0.28 | 298.67 | 0.38 | 0.54 |
| Hex | B5 | 5D | B7 | 1 | 31 | 0 | 1C | 12B | 26 | 36 |
| Octal | 265 | 135 | 267 | 1 | 61 | 0 | 34 | 453 | 46 | 66 |
| Binary | 10110101 | 1011101 | 10110111 | 1 | 110001 | 0 | 11100 | 100101011 | 100110 | 110110 |
Color Harmonies of #B55DB7
Complementary color
Monochromatic Colors of #B55DB7
Black with #B55DB7
Text Example
Text Example
White with #B55DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DB7; }
p { color: rgb(181,93,183); }
H1.HeaderClassName
{
color: #B55DB7;
}
.AnyTagClassName
{
color: #B55DB7;
}
</style>
background-color css
<style>
a { background-color: #B55DB7; }
a { background-color: rgb(181,93,183); }
div.DivClassName
{
background-color: #B55DB7;
}
.BgClassName
{
background-color: #B55DB7;
}
</style>
border-color css
<style>
span { border-color: #B55DB7; }
span { border-color: rgb(181,93,183); }
td.TdClassName
{
border-color: #B55DB7;
}
.TagClassName
{
border-color: #B55DB7;
}
</style>