Shades of Fuchsia #B75AAA
Tints of Fuchsia #B75AAA
RGB
CMYK
RGB Variations
Color information
#B75AAA (or 0xB75AAA) is known color: Fuchsia. HEX triplet: B7, 5A and AA. RGB value is (183,90,170). Sum of RGB (Red+Green+Blue) = 183+90+170=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AAA is #48A555. Grayscale: #7E7E7E. Windows color (decimal): -4760918 or 11164343. OLE color: 11164343.
HSL color Cylindrical-coordinate representation of color #B75AAA: hue angle of 308.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75AAA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 170 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.28 |
| HSL | 308.39º | 0.39% | 0.54% | - |
| HSV(B) | 308.39º | 0.51% | 0.72% | - |
| XYZ | 30.44 | 20.28 | 40.34 | - |
| YUV | 126.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 170 | 0 | 0.51 | 0.07 | 0.28 | 308.39 | 0.39 | 0.54 |
| Hex | B7 | 5A | AA | 0 | 33 | 7 | 1C | 134 | 27 | 36 |
| Octal | 267 | 132 | 252 | 0 | 63 | 7 | 34 | 464 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10101010 | 0 | 110011 | 111 | 11100 | 100110100 | 100111 | 110110 |
Color Harmonies of #B75AAA
Complementary color
Monochromatic Colors of #B75AAA
Black with #B75AAA
Text Example
Text Example
White with #B75AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75AAA; }
p { color: rgb(183,90,170); }
H1.HeaderClassName
{
color: #B75AAA;
}
.AnyTagClassName
{
color: #B75AAA;
}
</style>
background-color css
<style>
a { background-color: #B75AAA; }
a { background-color: rgb(183,90,170); }
div.DivClassName
{
background-color: #B75AAA;
}
.BgClassName
{
background-color: #B75AAA;
}
</style>
border-color css
<style>
span { border-color: #B75AAA; }
span { border-color: rgb(183,90,170); }
td.TdClassName
{
border-color: #B75AAA;
}
.TagClassName
{
border-color: #B75AAA;
}
</style>