Shades of Fuchsia #B73FB4
Tints of Fuchsia #B73FB4
RGB
CMYK
RGB Variations
Color information
#B73FB4 (or 0xB73FB4) is known color: Fuchsia. HEX triplet: B7, 3F and B4. RGB value is (183,63,180). Sum of RGB (Red+Green+Blue) = 183+63+180=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FB4 is #48C04B. Grayscale: #6F6F6F. Windows color (decimal): -4767820 or 11812791. OLE color: 11812791.
HSL color Cylindrical-coordinate representation of color #B73FB4: hue angle of 301.5º 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 #B73FB4 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 180 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.28 |
| HSL | 301.5º | 0.49% | 0.48% | - |
| HSV(B) | 301.5º | 0.66% | 0.72% | - |
| XYZ | 29.54 | 16.92 | 44.89 | - |
| YUV | 112.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 180 | 0 | 0.66 | 0.02 | 0.28 | 301.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | B4 | 0 | 42 | 2 | 1C | 12E | 31 | 30 |
| Octal | 267 | 77 | 264 | 0 | 102 | 2 | 34 | 456 | 61 | 60 |
| Binary | 10110111 | 111111 | 10110100 | 0 | 1000010 | 10 | 11100 | 100101110 | 110001 | 110000 |
Color Harmonies of #B73FB4
Complementary color
Monochromatic Colors of #B73FB4
Black with #B73FB4
Text Example
Text Example
White with #B73FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FB4; }
p { color: rgb(183,63,180); }
H1.HeaderClassName
{
color: #B73FB4;
}
.AnyTagClassName
{
color: #B73FB4;
}
</style>
background-color css
<style>
a { background-color: #B73FB4; }
a { background-color: rgb(183,63,180); }
div.DivClassName
{
background-color: #B73FB4;
}
.BgClassName
{
background-color: #B73FB4;
}
</style>
border-color css
<style>
span { border-color: #B73FB4; }
span { border-color: rgb(183,63,180); }
td.TdClassName
{
border-color: #B73FB4;
}
.TagClassName
{
border-color: #B73FB4;
}
</style>