Shades of Fuchsia #B73BAB
Tints of Fuchsia #B73BAB
RGB
CMYK
RGB Variations
Color information
#B73BAB (or 0xB73BAB) is known color: Fuchsia. HEX triplet: B7, 3B and AB. RGB value is (183,59,171). Sum of RGB (Red+Green+Blue) = 183+59+171=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAB is #48C454. Grayscale: #6C6C6C. Windows color (decimal): -4768853 or 11221943. OLE color: 11221943.
HSL color Cylindrical-coordinate representation of color #B73BAB: hue angle of 305.81º 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 #B73BAB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 171 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.28 |
| HSL | 305.81º | 0.51% | 0.47% | - |
| HSV(B) | 305.81º | 0.68% | 0.72% | - |
| XYZ | 28.44 | 16.14 | 40.14 | - |
| YUV | 108.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 171 | 0 | 0.68 | 0.07 | 0.28 | 305.81 | 0.51 | 0.47 |
| Hex | B7 | 3B | AB | 0 | 44 | 7 | 1C | 132 | 33 | 2F |
| Octal | 267 | 73 | 253 | 0 | 104 | 7 | 34 | 462 | 63 | 57 |
| Binary | 10110111 | 111011 | 10101011 | 0 | 1000100 | 111 | 11100 | 100110010 | 110011 | 101111 |
Color Harmonies of #B73BAB
Complementary color
Monochromatic Colors of #B73BAB
Black with #B73BAB
Text Example
Text Example
White with #B73BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BAB; }
p { color: rgb(183,59,171); }
H1.HeaderClassName
{
color: #B73BAB;
}
.AnyTagClassName
{
color: #B73BAB;
}
</style>
background-color css
<style>
a { background-color: #B73BAB; }
a { background-color: rgb(183,59,171); }
div.DivClassName
{
background-color: #B73BAB;
}
.BgClassName
{
background-color: #B73BAB;
}
</style>
border-color css
<style>
span { border-color: #B73BAB; }
span { border-color: rgb(183,59,171); }
td.TdClassName
{
border-color: #B73BAB;
}
.TagClassName
{
border-color: #B73BAB;
}
</style>