Shades of Fuchsia #B74BB9
Tints of Fuchsia #B74BB9
RGB
CMYK
RGB Variations
Color information
#B74BB9 (or 0xB74BB9) is known color: Fuchsia. HEX triplet: B7, 4B and B9. RGB value is (183,75,185). Sum of RGB (Red+Green+Blue) = 183+75+185=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #B74BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BB9 is #48B446. Grayscale: #777777. Windows color (decimal): -4764743 or 12143543. OLE color: 12143543.
HSL color Cylindrical-coordinate representation of color #B74BB9: hue angle of 298.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BB9 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 75 | 185 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.27 |
| HSL | 298.91º | 0.44% | 0.51% | - |
| HSV(B) | 298.91º | 0.59% | 0.73% | - |
| XYZ | 30.8 | 18.6 | 47.87 | - |
| YUV | 119.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 185 | 0.01 | 0.59 | 0 | 0.27 | 298.91 | 0.44 | 0.51 |
| Hex | B7 | 4B | B9 | 1 | 3B | 0 | 1B | 12B | 2C | 33 |
| Octal | 267 | 113 | 271 | 1 | 73 | 0 | 33 | 453 | 54 | 63 |
| Binary | 10110111 | 1001011 | 10111001 | 1 | 111011 | 0 | 11011 | 100101011 | 101100 | 110011 |
Color Harmonies of #B74BB9
Complementary color
Monochromatic Colors of #B74BB9
Black with #B74BB9
Text Example
Text Example
White with #B74BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BB9; }
p { color: rgb(183,75,185); }
H1.HeaderClassName
{
color: #B74BB9;
}
.AnyTagClassName
{
color: #B74BB9;
}
</style>
background-color css
<style>
a { background-color: #B74BB9; }
a { background-color: rgb(183,75,185); }
div.DivClassName
{
background-color: #B74BB9;
}
.BgClassName
{
background-color: #B74BB9;
}
</style>
border-color css
<style>
span { border-color: #B74BB9; }
span { border-color: rgb(183,75,185); }
td.TdClassName
{
border-color: #B74BB9;
}
.TagClassName
{
border-color: #B74BB9;
}
</style>