Shades of Fuchsia #B73BAC
Tints of Fuchsia #B73BAC
RGB
CMYK
RGB Variations
Color information
#B73BAC (or 0xB73BAC) is known color: Fuchsia. HEX triplet: B7, 3B and AC. RGB value is (183,59,172). Sum of RGB (Red+Green+Blue) = 183+59+172=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAC is #48C453. Grayscale: #6C6C6C. Windows color (decimal): -4768852 or 11287479. OLE color: 11287479.
HSL color Cylindrical-coordinate representation of color #B73BAC: hue angle of 305.32º degrees, saturation: 0.51, 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 #B73BAC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 172 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.28 |
| HSL | 305.32º | 0.51% | 0.47% | - |
| HSV(B) | 305.32º | 0.68% | 0.72% | - |
| XYZ | 28.54 | 16.17 | 40.65 | - |
| YUV | 108.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 172 | 0 | 0.68 | 0.06 | 0.28 | 305.32 | 0.51 | 0.47 |
| Hex | B7 | 3B | AC | 0 | 44 | 6 | 1C | 131 | 33 | 2F |
| Octal | 267 | 73 | 254 | 0 | 104 | 6 | 34 | 461 | 63 | 57 |
| Binary | 10110111 | 111011 | 10101100 | 0 | 1000100 | 110 | 11100 | 100110001 | 110011 | 101111 |
Color Harmonies of #B73BAC
Complementary color
Monochromatic Colors of #B73BAC
Black with #B73BAC
Text Example
Text Example
White with #B73BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BAC; }
p { color: rgb(183,59,172); }
H1.HeaderClassName
{
color: #B73BAC;
}
.AnyTagClassName
{
color: #B73BAC;
}
</style>
background-color css
<style>
a { background-color: #B73BAC; }
a { background-color: rgb(183,59,172); }
div.DivClassName
{
background-color: #B73BAC;
}
.BgClassName
{
background-color: #B73BAC;
}
</style>
border-color css
<style>
span { border-color: #B73BAC; }
span { border-color: rgb(183,59,172); }
td.TdClassName
{
border-color: #B73BAC;
}
.TagClassName
{
border-color: #B73BAC;
}
</style>