Shades of Fuchsia #B73CB1
Tints of Fuchsia #B73CB1
RGB
CMYK
RGB Variations
Color information
#B73CB1 (or 0xB73CB1) is known color: Fuchsia. HEX triplet: B7, 3C and B1. RGB value is (183,60,177). Sum of RGB (Red+Green+Blue) = 183+60+177=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CB1 is #48C34E. Grayscale: #6D6D6D. Windows color (decimal): -4768591 or 11615415. OLE color: 11615415.
HSL color Cylindrical-coordinate representation of color #B73CB1: hue angle of 302.93º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73CB1 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 177 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.28 |
| HSL | 302.93º | 0.51% | 0.48% | - |
| HSV(B) | 302.93º | 0.67% | 0.72% | - |
| XYZ | 29.08 | 16.47 | 43.24 | - |
| YUV | 110.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 177 | 0 | 0.67 | 0.03 | 0.28 | 302.93 | 0.51 | 0.48 |
| Hex | B7 | 3C | B1 | 0 | 43 | 3 | 1C | 12F | 33 | 30 |
| Octal | 267 | 74 | 261 | 0 | 103 | 3 | 34 | 457 | 63 | 60 |
| Binary | 10110111 | 111100 | 10110001 | 0 | 1000011 | 11 | 11100 | 100101111 | 110011 | 110000 |
Color Harmonies of #B73CB1
Complementary color
Monochromatic Colors of #B73CB1
Black with #B73CB1
Text Example
Text Example
White with #B73CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CB1; }
p { color: rgb(183,60,177); }
H1.HeaderClassName
{
color: #B73CB1;
}
.AnyTagClassName
{
color: #B73CB1;
}
</style>
background-color css
<style>
a { background-color: #B73CB1; }
a { background-color: rgb(183,60,177); }
div.DivClassName
{
background-color: #B73CB1;
}
.BgClassName
{
background-color: #B73CB1;
}
</style>
border-color css
<style>
span { border-color: #B73CB1; }
span { border-color: rgb(183,60,177); }
td.TdClassName
{
border-color: #B73CB1;
}
.TagClassName
{
border-color: #B73CB1;
}
</style>