Shades of Fuchsia #B754A8
Tints of Fuchsia #B754A8
RGB
CMYK
RGB Variations
Color information
#B754A8 (or 0xB754A8) is known color: Fuchsia. HEX triplet: B7, 54 and A8. RGB value is (183,84,168). Sum of RGB (Red+Green+Blue) = 183+84+168=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B754A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754A8 is #48AB57. Grayscale: #7A7A7A. Windows color (decimal): -4762456 or 11031735. OLE color: 11031735.
HSL color Cylindrical-coordinate representation of color #B754A8: hue angle of 309.09º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B754A8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 168 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.28 |
| HSL | 309.09º | 0.41% | 0.52% | - |
| HSV(B) | 309.09º | 0.54% | 0.72% | - |
| XYZ | 29.77 | 19.24 | 39.19 | - |
| YUV | 123.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 168 | 0 | 0.54 | 0.08 | 0.28 | 309.09 | 0.41 | 0.52 |
| Hex | B7 | 54 | A8 | 0 | 36 | 8 | 1C | 135 | 29 | 34 |
| Octal | 267 | 124 | 250 | 0 | 66 | 10 | 34 | 465 | 51 | 64 |
| Binary | 10110111 | 1010100 | 10101000 | 0 | 110110 | 1000 | 11100 | 100110101 | 101001 | 110100 |
Color Harmonies of #B754A8
Complementary color
Monochromatic Colors of #B754A8
Black with #B754A8
Text Example
Text Example
White with #B754A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754A8; }
p { color: rgb(183,84,168); }
H1.HeaderClassName
{
color: #B754A8;
}
.AnyTagClassName
{
color: #B754A8;
}
</style>
background-color css
<style>
a { background-color: #B754A8; }
a { background-color: rgb(183,84,168); }
div.DivClassName
{
background-color: #B754A8;
}
.BgClassName
{
background-color: #B754A8;
}
</style>
border-color css
<style>
span { border-color: #B754A8; }
span { border-color: rgb(183,84,168); }
td.TdClassName
{
border-color: #B754A8;
}
.TagClassName
{
border-color: #B754A8;
}
</style>