Shades of Fuchsia #B73CAA
Tints of Fuchsia #B73CAA
RGB
CMYK
RGB Variations
Color information
#B73CAA (or 0xB73CAA) is known color: Fuchsia. HEX triplet: B7, 3C and AA. RGB value is (183,60,170). Sum of RGB (Red+Green+Blue) = 183+60+170=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CAA is #48C355. Grayscale: #6D6D6D. Windows color (decimal): -4768598 or 11156663. OLE color: 11156663.
HSL color Cylindrical-coordinate representation of color #B73CAA: hue angle of 306.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73CAA is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 170 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.28 |
| HSL | 306.34º | 0.51% | 0.48% | - |
| HSV(B) | 306.34º | 0.67% | 0.72% | - |
| XYZ | 28.4 | 16.2 | 39.66 | - |
| YUV | 109.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 170 | 0 | 0.67 | 0.07 | 0.28 | 306.34 | 0.51 | 0.48 |
| Hex | B7 | 3C | AA | 0 | 43 | 7 | 1C | 132 | 33 | 30 |
| Octal | 267 | 74 | 252 | 0 | 103 | 7 | 34 | 462 | 63 | 60 |
| Binary | 10110111 | 111100 | 10101010 | 0 | 1000011 | 111 | 11100 | 100110010 | 110011 | 110000 |
Color Harmonies of #B73CAA
Complementary color
Monochromatic Colors of #B73CAA
Black with #B73CAA
Text Example
Text Example
White with #B73CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CAA; }
p { color: rgb(183,60,170); }
H1.HeaderClassName
{
color: #B73CAA;
}
.AnyTagClassName
{
color: #B73CAA;
}
</style>
background-color css
<style>
a { background-color: #B73CAA; }
a { background-color: rgb(183,60,170); }
div.DivClassName
{
background-color: #B73CAA;
}
.BgClassName
{
background-color: #B73CAA;
}
</style>
border-color css
<style>
span { border-color: #B73CAA; }
span { border-color: rgb(183,60,170); }
td.TdClassName
{
border-color: #B73CAA;
}
.TagClassName
{
border-color: #B73CAA;
}
</style>