Shades of Fuchsia #B755AF
Tints of Fuchsia #B755AF
RGB
CMYK
RGB Variations
Color information
#B755AF (or 0xB755AF) is known color: Fuchsia. HEX triplet: B7, 55 and AF. RGB value is (183,85,175). Sum of RGB (Red+Green+Blue) = 183+85+175=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B755AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755AF is #48AA50. Grayscale: #7C7C7C. Windows color (decimal): -4762193 or 11490743. OLE color: 11490743.
HSL color Cylindrical-coordinate representation of color #B755AF: hue angle of 304.9º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B755AF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 175 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.28 |
| HSL | 304.9º | 0.4% | 0.53% | - |
| HSV(B) | 304.9º | 0.54% | 0.72% | - |
| XYZ | 30.51 | 19.66 | 42.74 | - |
| YUV | 124.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 175 | 0 | 0.54 | 0.04 | 0.28 | 304.9 | 0.4 | 0.53 |
| Hex | B7 | 55 | AF | 0 | 36 | 4 | 1C | 131 | 28 | 35 |
| Octal | 267 | 125 | 257 | 0 | 66 | 4 | 34 | 461 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10101111 | 0 | 110110 | 100 | 11100 | 100110001 | 101000 | 110101 |
Color Harmonies of #B755AF
Complementary color
Monochromatic Colors of #B755AF
Black with #B755AF
Text Example
Text Example
White with #B755AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755AF; }
p { color: rgb(183,85,175); }
H1.HeaderClassName
{
color: #B755AF;
}
.AnyTagClassName
{
color: #B755AF;
}
</style>
background-color css
<style>
a { background-color: #B755AF; }
a { background-color: rgb(183,85,175); }
div.DivClassName
{
background-color: #B755AF;
}
.BgClassName
{
background-color: #B755AF;
}
</style>
border-color css
<style>
span { border-color: #B755AF; }
span { border-color: rgb(183,85,175); }
td.TdClassName
{
border-color: #B755AF;
}
.TagClassName
{
border-color: #B755AF;
}
</style>