Shades of Fuchsia #B755B0
Tints of Fuchsia #B755B0
RGB
CMYK
RGB Variations
Color information
#B755B0 (or 0xB755B0) is known color: Fuchsia. HEX triplet: B7, 55 and B0. RGB value is (183,85,176). Sum of RGB (Red+Green+Blue) = 183+85+176=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B755B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B755B0 is #48AA4F. Grayscale: #7C7C7C. Windows color (decimal): -4762192 or 11556279. OLE color: 11556279.
HSL color Cylindrical-coordinate representation of color #B755B0: hue angle of 304.29º 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 #B755B0 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 176 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.28 |
| HSL | 304.29º | 0.4% | 0.53% | - |
| HSV(B) | 304.29º | 0.54% | 0.72% | - |
| XYZ | 30.61 | 19.7 | 43.26 | - |
| YUV | 124.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 176 | 0 | 0.54 | 0.04 | 0.28 | 304.29 | 0.4 | 0.53 |
| Hex | B7 | 55 | B0 | 0 | 36 | 4 | 1C | 130 | 28 | 35 |
| Octal | 267 | 125 | 260 | 0 | 66 | 4 | 34 | 460 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10110000 | 0 | 110110 | 100 | 11100 | 100110000 | 101000 | 110101 |
Color Harmonies of #B755B0
Complementary color
Monochromatic Colors of #B755B0
Black with #B755B0
Text Example
Text Example
White with #B755B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755B0; }
p { color: rgb(183,85,176); }
H1.HeaderClassName
{
color: #B755B0;
}
.AnyTagClassName
{
color: #B755B0;
}
</style>
background-color css
<style>
a { background-color: #B755B0; }
a { background-color: rgb(183,85,176); }
div.DivClassName
{
background-color: #B755B0;
}
.BgClassName
{
background-color: #B755B0;
}
</style>
border-color css
<style>
span { border-color: #B755B0; }
span { border-color: rgb(183,85,176); }
td.TdClassName
{
border-color: #B755B0;
}
.TagClassName
{
border-color: #B755B0;
}
</style>