Shades of Fuchsia #B75EAE
Tints of Fuchsia #B75EAE
RGB
CMYK
RGB Variations
Color information
#B75EAE (or 0xB75EAE) is known color: Fuchsia. HEX triplet: B7, 5E and AE. RGB value is (183,94,174). Sum of RGB (Red+Green+Blue) = 183+94+174=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B75EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75EAE is #48A151. Grayscale: #818181. Windows color (decimal): -4759890 or 11427511. OLE color: 11427511.
HSL color Cylindrical-coordinate representation of color #B75EAE: hue angle of 306.07º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75EAE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 174 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.28 |
| HSL | 306.07º | 0.38% | 0.54% | - |
| HSV(B) | 306.07º | 0.49% | 0.72% | - |
| XYZ | 31.17 | 21.13 | 42.48 | - |
| YUV | 129.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 174 | 0 | 0.49 | 0.05 | 0.28 | 306.07 | 0.38 | 0.54 |
| Hex | B7 | 5E | AE | 0 | 31 | 5 | 1C | 132 | 26 | 36 |
| Octal | 267 | 136 | 256 | 0 | 61 | 5 | 34 | 462 | 46 | 66 |
| Binary | 10110111 | 1011110 | 10101110 | 0 | 110001 | 101 | 11100 | 100110010 | 100110 | 110110 |
Color Harmonies of #B75EAE
Complementary color
Monochromatic Colors of #B75EAE
Black with #B75EAE
Text Example
Text Example
White with #B75EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75EAE; }
p { color: rgb(183,94,174); }
H1.HeaderClassName
{
color: #B75EAE;
}
.AnyTagClassName
{
color: #B75EAE;
}
</style>
background-color css
<style>
a { background-color: #B75EAE; }
a { background-color: rgb(183,94,174); }
div.DivClassName
{
background-color: #B75EAE;
}
.BgClassName
{
background-color: #B75EAE;
}
</style>
border-color css
<style>
span { border-color: #B75EAE; }
span { border-color: rgb(183,94,174); }
td.TdClassName
{
border-color: #B75EAE;
}
.TagClassName
{
border-color: #B75EAE;
}
</style>