Shades of Fuchsia #B758BA
Tints of Fuchsia #B758BA
RGB
CMYK
RGB Variations
Color information
#B758BA (or 0xB758BA) is known color: Fuchsia. HEX triplet: B7, 58 and BA. RGB value is (183,88,186). Sum of RGB (Red+Green+Blue) = 183+88+186=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B758BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758BA is #48A745. Grayscale: #7F7F7F. Windows color (decimal): -4761414 or 12212407. OLE color: 12212407.
HSL color Cylindrical-coordinate representation of color #B758BA: hue angle of 298.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B758BA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 88 | 186 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.27 |
| HSL | 298.16º | 0.42% | 0.54% | - |
| HSV(B) | 298.16º | 0.53% | 0.73% | - |
| XYZ | 31.88 | 20.59 | 48.75 | - |
| YUV | 127.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 186 | 0.02 | 0.53 | 0 | 0.27 | 298.16 | 0.42 | 0.54 |
| Hex | B7 | 58 | BA | 2 | 35 | 0 | 1B | 12A | 2A | 36 |
| Octal | 267 | 130 | 272 | 2 | 65 | 0 | 33 | 452 | 52 | 66 |
| Binary | 10110111 | 1011000 | 10111010 | 10 | 110101 | 0 | 11011 | 100101010 | 101010 | 110110 |
Color Harmonies of #B758BA
Complementary color
Monochromatic Colors of #B758BA
Black with #B758BA
Text Example
Text Example
White with #B758BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B758BA; }
p { color: rgb(183,88,186); }
H1.HeaderClassName
{
color: #B758BA;
}
.AnyTagClassName
{
color: #B758BA;
}
</style>
background-color css
<style>
a { background-color: #B758BA; }
a { background-color: rgb(183,88,186); }
div.DivClassName
{
background-color: #B758BA;
}
.BgClassName
{
background-color: #B758BA;
}
</style>
border-color css
<style>
span { border-color: #B758BA; }
span { border-color: rgb(183,88,186); }
td.TdClassName
{
border-color: #B758BA;
}
.TagClassName
{
border-color: #B758BA;
}
</style>