Shades of Fuchsia #B755A8
Tints of Fuchsia #B755A8
RGB
CMYK
RGB Variations
Color information
#B755A8 (or 0xB755A8) is known color: Fuchsia. HEX triplet: B7, 55 and A8. RGB value is (183,85,168). Sum of RGB (Red+Green+Blue) = 183+85+168=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B755A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755A8 is #48AA57. Grayscale: #7B7B7B. Windows color (decimal): -4762200 or 11031991. OLE color: 11031991.
HSL color Cylindrical-coordinate representation of color #B755A8: hue angle of 309.18º 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 #B755A8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 168 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.28 |
| HSL | 309.18º | 0.4% | 0.53% | - |
| HSV(B) | 309.18º | 0.54% | 0.72% | - |
| XYZ | 29.84 | 19.39 | 39.22 | - |
| YUV | 123.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 168 | 0 | 0.54 | 0.08 | 0.28 | 309.18 | 0.4 | 0.53 |
| Hex | B7 | 55 | A8 | 0 | 36 | 8 | 1C | 135 | 28 | 35 |
| Octal | 267 | 125 | 250 | 0 | 66 | 10 | 34 | 465 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10101000 | 0 | 110110 | 1000 | 11100 | 100110101 | 101000 | 110101 |
Color Harmonies of #B755A8
Complementary color
Monochromatic Colors of #B755A8
Black with #B755A8
Text Example
Text Example
White with #B755A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755A8; }
p { color: rgb(183,85,168); }
H1.HeaderClassName
{
color: #B755A8;
}
.AnyTagClassName
{
color: #B755A8;
}
</style>
background-color css
<style>
a { background-color: #B755A8; }
a { background-color: rgb(183,85,168); }
div.DivClassName
{
background-color: #B755A8;
}
.BgClassName
{
background-color: #B755A8;
}
</style>
border-color css
<style>
span { border-color: #B755A8; }
span { border-color: rgb(183,85,168); }
td.TdClassName
{
border-color: #B755A8;
}
.TagClassName
{
border-color: #B755A8;
}
</style>