Shades of Fuchsia #B73FA5
Tints of Fuchsia #B73FA5
RGB
CMYK
RGB Variations
Color information
#B73FA5 (or 0xB73FA5) is known color: Fuchsia. HEX triplet: B7, 3F and A5. RGB value is (183,63,165). Sum of RGB (Red+Green+Blue) = 183+63+165=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73FA5 is #48C05A. Grayscale: #6E6E6E. Windows color (decimal): -4767835 or 10829751. OLE color: 10829751.
HSL color Cylindrical-coordinate representation of color #B73FA5: hue angle of 309º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73FA5 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 165 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.28 |
| HSL | 309º | 0.49% | 0.48% | - |
| HSV(B) | 309º | 0.66% | 0.72% | - |
| XYZ | 28.1 | 16.34 | 37.27 | - |
| YUV | 110.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 165 | 0 | 0.66 | 0.10 | 0.28 | 309 | 0.49 | 0.48 |
| Hex | B7 | 3F | A5 | 0 | 42 | A | 1C | 135 | 31 | 30 |
| Octal | 267 | 77 | 245 | 0 | 102 | 12 | 34 | 465 | 61 | 60 |
| Binary | 10110111 | 111111 | 10100101 | 0 | 1000010 | 1010 | 11100 | 100110101 | 110001 | 110000 |
Color Harmonies of #B73FA5
Complementary color
Monochromatic Colors of #B73FA5
Black with #B73FA5
Text Example
Text Example
White with #B73FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FA5; }
p { color: rgb(183,63,165); }
H1.HeaderClassName
{
color: #B73FA5;
}
.AnyTagClassName
{
color: #B73FA5;
}
</style>
background-color css
<style>
a { background-color: #B73FA5; }
a { background-color: rgb(183,63,165); }
div.DivClassName
{
background-color: #B73FA5;
}
.BgClassName
{
background-color: #B73FA5;
}
</style>
border-color css
<style>
span { border-color: #B73FA5; }
span { border-color: rgb(183,63,165); }
td.TdClassName
{
border-color: #B73FA5;
}
.TagClassName
{
border-color: #B73FA5;
}
</style>