Shades of Fuchsia #B55EBD
Tints of Fuchsia #B55EBD
RGB
CMYK
RGB Variations
Color information
#B55EBD (or 0xB55EBD) is known color: Fuchsia. HEX triplet: B5, 5E and BD. RGB value is (181,94,189). Sum of RGB (Red+Green+Blue) = 181+94+189=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #B55EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EBD is #4AA142. Grayscale: #828282. Windows color (decimal): -4890947 or 12410549. OLE color: 12410549.
HSL color Cylindrical-coordinate representation of color #B55EBD: hue angle of 294.95º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55EBD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 94 | 189 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.26 |
| HSL | 294.95º | 0.42% | 0.55% | - |
| HSV(B) | 294.95º | 0.5% | 0.74% | - |
| XYZ | 32.24 | 21.5 | 50.6 | - |
| YUV | 130.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 189 | 0.04 | 0.50 | 0 | 0.26 | 294.95 | 0.42 | 0.55 |
| Hex | B5 | 5E | BD | 4 | 32 | 0 | 1A | 127 | 2A | 37 |
| Octal | 265 | 136 | 275 | 4 | 62 | 0 | 32 | 447 | 52 | 67 |
| Binary | 10110101 | 1011110 | 10111101 | 100 | 110010 | 0 | 11010 | 100100111 | 101010 | 110111 |
Color Harmonies of #B55EBD
Complementary color
Monochromatic Colors of #B55EBD
Black with #B55EBD
Text Example
Text Example
White with #B55EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EBD; }
p { color: rgb(181,94,189); }
H1.HeaderClassName
{
color: #B55EBD;
}
.AnyTagClassName
{
color: #B55EBD;
}
</style>
background-color css
<style>
a { background-color: #B55EBD; }
a { background-color: rgb(181,94,189); }
div.DivClassName
{
background-color: #B55EBD;
}
.BgClassName
{
background-color: #B55EBD;
}
</style>
border-color css
<style>
span { border-color: #B55EBD; }
span { border-color: rgb(181,94,189); }
td.TdClassName
{
border-color: #B55EBD;
}
.TagClassName
{
border-color: #B55EBD;
}
</style>