Shades of Fuchsia #B753A8
Tints of Fuchsia #B753A8
RGB
CMYK
RGB Variations
Color information
#B753A8 (or 0xB753A8) is known color: Fuchsia. HEX triplet: B7, 53 and A8. RGB value is (183,83,168). Sum of RGB (Red+Green+Blue) = 183+83+168=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B753A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B753A8 is #48AC57. Grayscale: #7A7A7A. Windows color (decimal): -4762712 or 11031479. OLE color: 11031479.
HSL color Cylindrical-coordinate representation of color #B753A8: hue angle of 309º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B753A8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 168 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.28 |
| HSL | 309º | 0.41% | 0.52% | - |
| HSV(B) | 309º | 0.55% | 0.72% | - |
| XYZ | 29.69 | 19.08 | 39.16 | - |
| YUV | 122.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 168 | 0 | 0.55 | 0.08 | 0.28 | 309 | 0.41 | 0.52 |
| Hex | B7 | 53 | A8 | 0 | 37 | 8 | 1C | 135 | 29 | 34 |
| Octal | 267 | 123 | 250 | 0 | 67 | 10 | 34 | 465 | 51 | 64 |
| Binary | 10110111 | 1010011 | 10101000 | 0 | 110111 | 1000 | 11100 | 100110101 | 101001 | 110100 |
Color Harmonies of #B753A8
Complementary color
Monochromatic Colors of #B753A8
Black with #B753A8
Text Example
Text Example
White with #B753A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753A8; }
p { color: rgb(183,83,168); }
H1.HeaderClassName
{
color: #B753A8;
}
.AnyTagClassName
{
color: #B753A8;
}
</style>
background-color css
<style>
a { background-color: #B753A8; }
a { background-color: rgb(183,83,168); }
div.DivClassName
{
background-color: #B753A8;
}
.BgClassName
{
background-color: #B753A8;
}
</style>
border-color css
<style>
span { border-color: #B753A8; }
span { border-color: rgb(183,83,168); }
td.TdClassName
{
border-color: #B753A8;
}
.TagClassName
{
border-color: #B753A8;
}
</style>