Shades of Fuchsia #B053BE
Tints of Fuchsia #B053BE
RGB
CMYK
RGB Variations
Color information
#B053BE (or 0xB053BE) is known color: Fuchsia. HEX triplet: B0, 53 and BE. RGB value is (176,83,190). Sum of RGB (Red+Green+Blue) = 176+83+190=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B053BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BE is #4FAC41. Grayscale: #7A7A7A. Windows color (decimal): -5221442 or 12473264. OLE color: 12473264.
HSL color Cylindrical-coordinate representation of color #B053BE: hue angle of 292.15º degrees, saturation: 0.45, 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 #B053BE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 83 | 190 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.25 |
| HSL | 292.15º | 0.45% | 0.54% | - |
| HSV(B) | 292.15º | 0.56% | 0.75% | - |
| XYZ | 30.29 | 19.13 | 50.81 | - |
| YUV | 123.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 190 | 0.07 | 0.56 | 0 | 0.25 | 292.15 | 0.45 | 0.54 |
| Hex | B0 | 53 | BE | 7 | 38 | 0 | 19 | 124 | 2D | 36 |
| Octal | 260 | 123 | 276 | 7 | 70 | 0 | 31 | 444 | 55 | 66 |
| Binary | 10110000 | 1010011 | 10111110 | 111 | 111000 | 0 | 11001 | 100100100 | 101101 | 110110 |
Color Harmonies of #B053BE
Complementary color
Monochromatic Colors of #B053BE
Black with #B053BE
Text Example
Text Example
White with #B053BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053BE; }
p { color: rgb(176,83,190); }
H1.HeaderClassName
{
color: #B053BE;
}
.AnyTagClassName
{
color: #B053BE;
}
</style>
background-color css
<style>
a { background-color: #B053BE; }
a { background-color: rgb(176,83,190); }
div.DivClassName
{
background-color: #B053BE;
}
.BgClassName
{
background-color: #B053BE;
}
</style>
border-color css
<style>
span { border-color: #B053BE; }
span { border-color: rgb(176,83,190); }
td.TdClassName
{
border-color: #B053BE;
}
.TagClassName
{
border-color: #B053BE;
}
</style>