Shades of Fuchsia #B73AB1
Tints of Fuchsia #B73AB1
RGB
CMYK
RGB Variations
Color information
#B73AB1 (or 0xB73AB1) is known color: Fuchsia. HEX triplet: B7, 3A and B1. RGB value is (183,58,177). Sum of RGB (Red+Green+Blue) = 183+58+177=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73AB1 is #48C54E. Grayscale: #6C6C6C. Windows color (decimal): -4769103 or 11614903. OLE color: 11614903.
HSL color Cylindrical-coordinate representation of color #B73AB1: hue angle of 302.88º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 177 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.28 |
| HSL | 302.88º | 0.52% | 0.47% | - |
| HSV(B) | 302.88º | 0.68% | 0.72% | - |
| XYZ | 28.98 | 16.27 | 43.21 | - |
| YUV | 108.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 177 | 0 | 0.68 | 0.03 | 0.28 | 302.88 | 0.52 | 0.47 |
| Hex | B7 | 3A | B1 | 0 | 44 | 3 | 1C | 12F | 34 | 2F |
| Octal | 267 | 72 | 261 | 0 | 104 | 3 | 34 | 457 | 64 | 57 |
| Binary | 10110111 | 111010 | 10110001 | 0 | 1000100 | 11 | 11100 | 100101111 | 110100 | 101111 |
Color Harmonies of #B73AB1
Complementary color
Monochromatic Colors of #B73AB1
Black with #B73AB1
Text Example
Text Example
White with #B73AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73AB1; }
p { color: rgb(183,58,177); }
H1.HeaderClassName
{
color: #B73AB1;
}
.AnyTagClassName
{
color: #B73AB1;
}
</style>
background-color css
<style>
a { background-color: #B73AB1; }
a { background-color: rgb(183,58,177); }
div.DivClassName
{
background-color: #B73AB1;
}
.BgClassName
{
background-color: #B73AB1;
}
</style>
border-color css
<style>
span { border-color: #B73AB1; }
span { border-color: rgb(183,58,177); }
td.TdClassName
{
border-color: #B73AB1;
}
.TagClassName
{
border-color: #B73AB1;
}
</style>