Shades of Fuchsia #B73CBE
Tints of Fuchsia #B73CBE
RGB
CMYK
RGB Variations
Color information
#B73CBE (or 0xB73CBE) is known color: Fuchsia. HEX triplet: B7, 3C and BE. RGB value is (183,60,190). Sum of RGB (Red+Green+Blue) = 183+60+190=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #B73CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CBE is #48C341. Grayscale: #6F6F6F. Windows color (decimal): -4768578 or 12467383. OLE color: 12467383.
HSL color Cylindrical-coordinate representation of color #B73CBE: hue angle of 296.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73CBE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 60 | 190 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.25 |
| HSL | 296.77º | 0.52% | 0.49% | - |
| HSV(B) | 296.77º | 0.68% | 0.75% | - |
| XYZ | 30.44 | 17.02 | 50.4 | - |
| YUV | 111.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 190 | 0.04 | 0.68 | 0 | 0.25 | 296.77 | 0.52 | 0.49 |
| Hex | B7 | 3C | BE | 4 | 44 | 0 | 19 | 129 | 34 | 31 |
| Octal | 267 | 74 | 276 | 4 | 104 | 0 | 31 | 451 | 64 | 61 |
| Binary | 10110111 | 111100 | 10111110 | 100 | 1000100 | 0 | 11001 | 100101001 | 110100 | 110001 |
Color Harmonies of #B73CBE
Complementary color
Monochromatic Colors of #B73CBE
Black with #B73CBE
Text Example
Text Example
White with #B73CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CBE; }
p { color: rgb(183,60,190); }
H1.HeaderClassName
{
color: #B73CBE;
}
.AnyTagClassName
{
color: #B73CBE;
}
</style>
background-color css
<style>
a { background-color: #B73CBE; }
a { background-color: rgb(183,60,190); }
div.DivClassName
{
background-color: #B73CBE;
}
.BgClassName
{
background-color: #B73CBE;
}
</style>
border-color css
<style>
span { border-color: #B73CBE; }
span { border-color: rgb(183,60,190); }
td.TdClassName
{
border-color: #B73CBE;
}
.TagClassName
{
border-color: #B73CBE;
}
</style>