Shades of Fuchsia #B73CB3
Tints of Fuchsia #B73CB3
RGB
CMYK
RGB Variations
Color information
#B73CB3 (or 0xB73CB3) is known color: Fuchsia. HEX triplet: B7, 3C and B3. RGB value is (183,60,179). Sum of RGB (Red+Green+Blue) = 183+60+179=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CB3 is #48C34C. Grayscale: #6D6D6D. Windows color (decimal): -4768589 or 11746487. OLE color: 11746487.
HSL color Cylindrical-coordinate representation of color #B73CB3: hue angle of 301.95º 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 #B73CB3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 179 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.28 |
| HSL | 301.95º | 0.51% | 0.48% | - |
| HSV(B) | 301.95º | 0.67% | 0.72% | - |
| XYZ | 29.28 | 16.55 | 44.3 | - |
| YUV | 110.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 179 | 0 | 0.67 | 0.02 | 0.28 | 301.95 | 0.51 | 0.48 |
| Hex | B7 | 3C | B3 | 0 | 43 | 2 | 1C | 12E | 33 | 30 |
| Octal | 267 | 74 | 263 | 0 | 103 | 2 | 34 | 456 | 63 | 60 |
| Binary | 10110111 | 111100 | 10110011 | 0 | 1000011 | 10 | 11100 | 100101110 | 110011 | 110000 |
Color Harmonies of #B73CB3
Complementary color
Monochromatic Colors of #B73CB3
Black with #B73CB3
Text Example
Text Example
White with #B73CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CB3; }
p { color: rgb(183,60,179); }
H1.HeaderClassName
{
color: #B73CB3;
}
.AnyTagClassName
{
color: #B73CB3;
}
</style>
background-color css
<style>
a { background-color: #B73CB3; }
a { background-color: rgb(183,60,179); }
div.DivClassName
{
background-color: #B73CB3;
}
.BgClassName
{
background-color: #B73CB3;
}
</style>
border-color css
<style>
span { border-color: #B73CB3; }
span { border-color: rgb(183,60,179); }
td.TdClassName
{
border-color: #B73CB3;
}
.TagClassName
{
border-color: #B73CB3;
}
</style>