Shades of Fuchsia #B255C0
Tints of Fuchsia #B255C0
RGB
CMYK
RGB Variations
Color information
#B255C0 (or 0xB255C0) is known color: Fuchsia. HEX triplet: B2, 55 and C0. RGB value is (178,85,192). Sum of RGB (Red+Green+Blue) = 178+85+192=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #B255C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255C0 is #4DAA3F. Grayscale: #7C7C7C. Windows color (decimal): -5089856 or 12604850. OLE color: 12604850.
HSL color Cylindrical-coordinate representation of color #B255C0: hue angle of 292.15º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B255C0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 85 | 192 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.25 |
| HSL | 292.15º | 0.46% | 0.54% | - |
| HSV(B) | 292.15º | 0.56% | 0.75% | - |
| XYZ | 31.12 | 19.77 | 52.04 | - |
| YUV | 125.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 192 | 0.07 | 0.56 | 0 | 0.25 | 292.15 | 0.46 | 0.54 |
| Hex | B2 | 55 | C0 | 7 | 38 | 0 | 19 | 124 | 2E | 36 |
| Octal | 262 | 125 | 300 | 7 | 70 | 0 | 31 | 444 | 56 | 66 |
| Binary | 10110010 | 1010101 | 11000000 | 111 | 111000 | 0 | 11001 | 100100100 | 101110 | 110110 |
Color Harmonies of #B255C0
Complementary color
Monochromatic Colors of #B255C0
Black with #B255C0
Text Example
Text Example
White with #B255C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255C0; }
p { color: rgb(178,85,192); }
H1.HeaderClassName
{
color: #B255C0;
}
.AnyTagClassName
{
color: #B255C0;
}
</style>
background-color css
<style>
a { background-color: #B255C0; }
a { background-color: rgb(178,85,192); }
div.DivClassName
{
background-color: #B255C0;
}
.BgClassName
{
background-color: #B255C0;
}
</style>
border-color css
<style>
span { border-color: #B255C0; }
span { border-color: rgb(178,85,192); }
td.TdClassName
{
border-color: #B255C0;
}
.TagClassName
{
border-color: #B255C0;
}
</style>