Shades of Fuchsia #B73BC2
Tints of Fuchsia #B73BC2
RGB
CMYK
RGB Variations
Color information
#B73BC2 (or 0xB73BC2) is known color: Fuchsia. HEX triplet: B7, 3B and C2. RGB value is (183,59,194). Sum of RGB (Red+Green+Blue) = 183+59+194=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #B73BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BC2 is #48C43D. Grayscale: #6F6F6F. Windows color (decimal): -4768830 or 12729271. OLE color: 12729271.
HSL color Cylindrical-coordinate representation of color #B73BC2: hue angle of 295.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73BC2 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 59 | 194 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.24 |
| HSL | 295.11º | 0.53% | 0.5% | - |
| HSV(B) | 295.11º | 0.7% | 0.76% | - |
| XYZ | 30.83 | 17.09 | 52.71 | - |
| YUV | 111.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 194 | 0.06 | 0.70 | 0 | 0.24 | 295.11 | 0.53 | 0.5 |
| Hex | B7 | 3B | C2 | 6 | 46 | 0 | 18 | 127 | 35 | 32 |
| Octal | 267 | 73 | 302 | 6 | 106 | 0 | 30 | 447 | 65 | 62 |
| Binary | 10110111 | 111011 | 11000010 | 110 | 1000110 | 0 | 11000 | 100100111 | 110101 | 110010 |
Color Harmonies of #B73BC2
Complementary color
Monochromatic Colors of #B73BC2
Black with #B73BC2
Text Example
Text Example
White with #B73BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BC2; }
p { color: rgb(183,59,194); }
H1.HeaderClassName
{
color: #B73BC2;
}
.AnyTagClassName
{
color: #B73BC2;
}
</style>
background-color css
<style>
a { background-color: #B73BC2; }
a { background-color: rgb(183,59,194); }
div.DivClassName
{
background-color: #B73BC2;
}
.BgClassName
{
background-color: #B73BC2;
}
</style>
border-color css
<style>
span { border-color: #B73BC2; }
span { border-color: rgb(183,59,194); }
td.TdClassName
{
border-color: #B73BC2;
}
.TagClassName
{
border-color: #B73BC2;
}
</style>