Shades of Fuchsia #B73FC5
Tints of Fuchsia #B73FC5
RGB
CMYK
RGB Variations
Color information
#B73FC5 (or 0xB73FC5) is known color: Fuchsia. HEX triplet: B7, 3F and C5. RGB value is (183,63,197). Sum of RGB (Red+Green+Blue) = 183+63+197=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #B73FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FC5 is #48C03A. Grayscale: #717171. Windows color (decimal): -4767803 or 12926903. OLE color: 12926903.
HSL color Cylindrical-coordinate representation of color #B73FC5: hue angle of 293.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73FC5 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 63 | 197 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.23 |
| HSL | 293.73º | 0.54% | 0.51% | - |
| HSV(B) | 293.73º | 0.68% | 0.77% | - |
| XYZ | 31.38 | 17.65 | 54.58 | - |
| YUV | 114.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 197 | 0.07 | 0.68 | 0 | 0.23 | 293.73 | 0.54 | 0.51 |
| Hex | B7 | 3F | C5 | 7 | 44 | 0 | 17 | 126 | 36 | 33 |
| Octal | 267 | 77 | 305 | 7 | 104 | 0 | 27 | 446 | 66 | 63 |
| Binary | 10110111 | 111111 | 11000101 | 111 | 1000100 | 0 | 10111 | 100100110 | 110110 | 110011 |
Color Harmonies of #B73FC5
Complementary color
Monochromatic Colors of #B73FC5
Black with #B73FC5
Text Example
Text Example
White with #B73FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FC5; }
p { color: rgb(183,63,197); }
H1.HeaderClassName
{
color: #B73FC5;
}
.AnyTagClassName
{
color: #B73FC5;
}
</style>
background-color css
<style>
a { background-color: #B73FC5; }
a { background-color: rgb(183,63,197); }
div.DivClassName
{
background-color: #B73FC5;
}
.BgClassName
{
background-color: #B73FC5;
}
</style>
border-color css
<style>
span { border-color: #B73FC5; }
span { border-color: rgb(183,63,197); }
td.TdClassName
{
border-color: #B73FC5;
}
.TagClassName
{
border-color: #B73FC5;
}
</style>