Shades of Fuchsia #B255B7
Tints of Fuchsia #B255B7
RGB
CMYK
RGB Variations
Color information
#B255B7 (or 0xB255B7) is known color: Fuchsia. HEX triplet: B2, 55 and B7. RGB value is (178,85,183). Sum of RGB (Red+Green+Blue) = 178+85+183=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #B255B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255B7 is #4DAA48. Grayscale: #7B7B7B. Windows color (decimal): -5089865 or 12015026. OLE color: 12015026.
HSL color Cylindrical-coordinate representation of color #B255B7: hue angle of 296.94º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B255B7 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 85 | 183 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.28 |
| HSL | 296.94º | 0.4% | 0.53% | - |
| HSV(B) | 296.94º | 0.54% | 0.72% | - |
| XYZ | 30.16 | 19.38 | 46.95 | - |
| YUV | 123.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 183 | 0.03 | 0.54 | 0 | 0.28 | 296.94 | 0.4 | 0.53 |
| Hex | B2 | 55 | B7 | 3 | 36 | 0 | 1C | 129 | 28 | 35 |
| Octal | 262 | 125 | 267 | 3 | 66 | 0 | 34 | 451 | 50 | 65 |
| Binary | 10110010 | 1010101 | 10110111 | 11 | 110110 | 0 | 11100 | 100101001 | 101000 | 110101 |
Color Harmonies of #B255B7
Complementary color
Monochromatic Colors of #B255B7
Black with #B255B7
Text Example
Text Example
White with #B255B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255B7; }
p { color: rgb(178,85,183); }
H1.HeaderClassName
{
color: #B255B7;
}
.AnyTagClassName
{
color: #B255B7;
}
</style>
background-color css
<style>
a { background-color: #B255B7; }
a { background-color: rgb(178,85,183); }
div.DivClassName
{
background-color: #B255B7;
}
.BgClassName
{
background-color: #B255B7;
}
</style>
border-color css
<style>
span { border-color: #B255B7; }
span { border-color: rgb(178,85,183); }
td.TdClassName
{
border-color: #B255B7;
}
.TagClassName
{
border-color: #B255B7;
}
</style>