Shades of Fuchsia #B73BAF
Tints of Fuchsia #B73BAF
RGB
CMYK
RGB Variations
Color information
#B73BAF (or 0xB73BAF) is known color: Fuchsia. HEX triplet: B7, 3B and AF. RGB value is (183,59,175). Sum of RGB (Red+Green+Blue) = 183+59+175=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BAF is #48C450. Grayscale: #6C6C6C. Windows color (decimal): -4768849 or 11484087. OLE color: 11484087.
HSL color Cylindrical-coordinate representation of color #B73BAF: hue angle of 303.87º 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 #B73BAF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 175 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.28 |
| HSL | 303.87º | 0.51% | 0.47% | - |
| HSV(B) | 303.87º | 0.68% | 0.72% | - |
| XYZ | 28.83 | 16.29 | 42.18 | - |
| YUV | 109.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 175 | 0 | 0.68 | 0.04 | 0.28 | 303.87 | 0.51 | 0.47 |
| Hex | B7 | 3B | AF | 0 | 44 | 4 | 1C | 130 | 33 | 2F |
| Octal | 267 | 73 | 257 | 0 | 104 | 4 | 34 | 460 | 63 | 57 |
| Binary | 10110111 | 111011 | 10101111 | 0 | 1000100 | 100 | 11100 | 100110000 | 110011 | 101111 |
Color Harmonies of #B73BAF
Complementary color
Monochromatic Colors of #B73BAF
Black with #B73BAF
Text Example
Text Example
White with #B73BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BAF; }
p { color: rgb(183,59,175); }
H1.HeaderClassName
{
color: #B73BAF;
}
.AnyTagClassName
{
color: #B73BAF;
}
</style>
background-color css
<style>
a { background-color: #B73BAF; }
a { background-color: rgb(183,59,175); }
div.DivClassName
{
background-color: #B73BAF;
}
.BgClassName
{
background-color: #B73BAF;
}
</style>
border-color css
<style>
span { border-color: #B73BAF; }
span { border-color: rgb(183,59,175); }
td.TdClassName
{
border-color: #B73BAF;
}
.TagClassName
{
border-color: #B73BAF;
}
</style>