Shades of Fuchsia #B053BF
Tints of Fuchsia #B053BF
RGB
CMYK
RGB Variations
Color information
#B053BF (or 0xB053BF) is known color: Fuchsia. HEX triplet: B0, 53 and BF. RGB value is (176,83,191). Sum of RGB (Red+Green+Blue) = 176+83+191=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #B053BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BF is #4FAC40. Grayscale: #7A7A7A. Windows color (decimal): -5221441 or 12538800. OLE color: 12538800.
HSL color Cylindrical-coordinate representation of color #B053BF: hue angle of 291.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B053BF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 83 | 191 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.25 |
| HSL | 291.67º | 0.46% | 0.54% | - |
| HSV(B) | 291.67º | 0.57% | 0.75% | - |
| XYZ | 30.4 | 19.18 | 51.39 | - |
| YUV | 123.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 191 | 0.08 | 0.57 | 0 | 0.25 | 291.67 | 0.46 | 0.54 |
| Hex | B0 | 53 | BF | 8 | 39 | 0 | 19 | 124 | 2E | 36 |
| Octal | 260 | 123 | 277 | 10 | 71 | 0 | 31 | 444 | 56 | 66 |
| Binary | 10110000 | 1010011 | 10111111 | 1000 | 111001 | 0 | 11001 | 100100100 | 101110 | 110110 |
Color Harmonies of #B053BF
Complementary color
Monochromatic Colors of #B053BF
Black with #B053BF
Text Example
Text Example
White with #B053BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053BF; }
p { color: rgb(176,83,191); }
H1.HeaderClassName
{
color: #B053BF;
}
.AnyTagClassName
{
color: #B053BF;
}
</style>
background-color css
<style>
a { background-color: #B053BF; }
a { background-color: rgb(176,83,191); }
div.DivClassName
{
background-color: #B053BF;
}
.BgClassName
{
background-color: #B053BF;
}
</style>
border-color css
<style>
span { border-color: #B053BF; }
span { border-color: rgb(176,83,191); }
td.TdClassName
{
border-color: #B053BF;
}
.TagClassName
{
border-color: #B053BF;
}
</style>