Shades of Fuchsia #B255BD
Tints of Fuchsia #B255BD
RGB
CMYK
RGB Variations
Color information
#B255BD (or 0xB255BD) is known color: Fuchsia. HEX triplet: B2, 55 and BD. RGB value is (178,85,189). Sum of RGB (Red+Green+Blue) = 178+85+189=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B255BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255BD is #4DAA42. Grayscale: #7C7C7C. Windows color (decimal): -5089859 or 12408242. OLE color: 12408242.
HSL color Cylindrical-coordinate representation of color #B255BD: hue angle of 293.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B255BD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 85 | 189 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.26 |
| HSL | 293.65º | 0.44% | 0.54% | - |
| HSV(B) | 293.65º | 0.55% | 0.74% | - |
| XYZ | 30.79 | 19.64 | 50.31 | - |
| YUV | 124.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 189 | 0.06 | 0.55 | 0 | 0.26 | 293.65 | 0.44 | 0.54 |
| Hex | B2 | 55 | BD | 6 | 37 | 0 | 1A | 126 | 2C | 36 |
| Octal | 262 | 125 | 275 | 6 | 67 | 0 | 32 | 446 | 54 | 66 |
| Binary | 10110010 | 1010101 | 10111101 | 110 | 110111 | 0 | 11010 | 100100110 | 101100 | 110110 |
Color Harmonies of #B255BD
Complementary color
Monochromatic Colors of #B255BD
Black with #B255BD
Text Example
Text Example
White with #B255BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255BD; }
p { color: rgb(178,85,189); }
H1.HeaderClassName
{
color: #B255BD;
}
.AnyTagClassName
{
color: #B255BD;
}
</style>
background-color css
<style>
a { background-color: #B255BD; }
a { background-color: rgb(178,85,189); }
div.DivClassName
{
background-color: #B255BD;
}
.BgClassName
{
background-color: #B255BD;
}
</style>
border-color css
<style>
span { border-color: #B255BD; }
span { border-color: rgb(178,85,189); }
td.TdClassName
{
border-color: #B255BD;
}
.TagClassName
{
border-color: #B255BD;
}
</style>