Shades of Fuchsia #B73AAF
Tints of Fuchsia #B73AAF
RGB
CMYK
RGB Variations
Color information
#B73AAF (or 0xB73AAF) is known color: Fuchsia. HEX triplet: B7, 3A and AF. RGB value is (183,58,175). Sum of RGB (Red+Green+Blue) = 183+58+175=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73AAF is #48C550. Grayscale: #6C6C6C. Windows color (decimal): -4769105 or 11483831. OLE color: 11483831.
HSL color Cylindrical-coordinate representation of color #B73AAF: hue angle of 303.84º 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 #B73AAF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 175 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.28 |
| HSL | 303.84º | 0.52% | 0.47% | - |
| HSV(B) | 303.84º | 0.68% | 0.72% | - |
| XYZ | 28.78 | 16.19 | 42.17 | - |
| YUV | 108.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 175 | 0 | 0.68 | 0.04 | 0.28 | 303.84 | 0.52 | 0.47 |
| Hex | B7 | 3A | AF | 0 | 44 | 4 | 1C | 130 | 34 | 2F |
| Octal | 267 | 72 | 257 | 0 | 104 | 4 | 34 | 460 | 64 | 57 |
| Binary | 10110111 | 111010 | 10101111 | 0 | 1000100 | 100 | 11100 | 100110000 | 110100 | 101111 |
Color Harmonies of #B73AAF
Complementary color
Monochromatic Colors of #B73AAF
Black with #B73AAF
Text Example
Text Example
White with #B73AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73AAF; }
p { color: rgb(183,58,175); }
H1.HeaderClassName
{
color: #B73AAF;
}
.AnyTagClassName
{
color: #B73AAF;
}
</style>
background-color css
<style>
a { background-color: #B73AAF; }
a { background-color: rgb(183,58,175); }
div.DivClassName
{
background-color: #B73AAF;
}
.BgClassName
{
background-color: #B73AAF;
}
</style>
border-color css
<style>
span { border-color: #B73AAF; }
span { border-color: rgb(183,58,175); }
td.TdClassName
{
border-color: #B73AAF;
}
.TagClassName
{
border-color: #B73AAF;
}
</style>