Shades of Fuchsia #B255BA
Tints of Fuchsia #B255BA
RGB
CMYK
RGB Variations
Color information
#B255BA (or 0xB255BA) is known color: Fuchsia. HEX triplet: B2, 55 and BA. RGB value is (178,85,186). Sum of RGB (Red+Green+Blue) = 178+85+186=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B255BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255BA is #4DAA45. Grayscale: #7C7C7C. Windows color (decimal): -5089862 or 12211634. OLE color: 12211634.
HSL color Cylindrical-coordinate representation of color #B255BA: hue angle of 295.25º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B255BA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 85 | 186 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.27 |
| HSL | 295.25º | 0.42% | 0.53% | - |
| HSV(B) | 295.25º | 0.54% | 0.73% | - |
| XYZ | 30.47 | 19.51 | 48.61 | - |
| YUV | 124.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 186 | 0.04 | 0.54 | 0 | 0.27 | 295.25 | 0.42 | 0.53 |
| Hex | B2 | 55 | BA | 4 | 36 | 0 | 1B | 127 | 2A | 35 |
| Octal | 262 | 125 | 272 | 4 | 66 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110010 | 1010101 | 10111010 | 100 | 110110 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B255BA
Complementary color
Monochromatic Colors of #B255BA
Black with #B255BA
Text Example
Text Example
White with #B255BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255BA; }
p { color: rgb(178,85,186); }
H1.HeaderClassName
{
color: #B255BA;
}
.AnyTagClassName
{
color: #B255BA;
}
</style>
background-color css
<style>
a { background-color: #B255BA; }
a { background-color: rgb(178,85,186); }
div.DivClassName
{
background-color: #B255BA;
}
.BgClassName
{
background-color: #B255BA;
}
</style>
border-color css
<style>
span { border-color: #B255BA; }
span { border-color: rgb(178,85,186); }
td.TdClassName
{
border-color: #B255BA;
}
.TagClassName
{
border-color: #B255BA;
}
</style>