Shades of Fuchsia #B754B9
Tints of Fuchsia #B754B9
RGB
CMYK
RGB Variations
Color information
#B754B9 (or 0xB754B9) is known color: Fuchsia. HEX triplet: B7, 54 and B9. RGB value is (183,84,185). Sum of RGB (Red+Green+Blue) = 183+84+185=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #B754B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754B9 is #48AB46. Grayscale: #7C7C7C. Windows color (decimal): -4762439 or 12145847. OLE color: 12145847.
HSL color Cylindrical-coordinate representation of color #B754B9: hue angle of 298.81º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B754B9 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 84 | 185 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.27 |
| HSL | 298.81º | 0.42% | 0.53% | - |
| HSV(B) | 298.81º | 0.55% | 0.73% | - |
| XYZ | 31.46 | 19.91 | 48.08 | - |
| YUV | 125.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 185 | 0.01 | 0.55 | 0 | 0.27 | 298.81 | 0.42 | 0.53 |
| Hex | B7 | 54 | B9 | 1 | 37 | 0 | 1B | 12B | 2A | 35 |
| Octal | 267 | 124 | 271 | 1 | 67 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10110111 | 1010100 | 10111001 | 1 | 110111 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B754B9
Complementary color
Monochromatic Colors of #B754B9
Black with #B754B9
Text Example
Text Example
White with #B754B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754B9; }
p { color: rgb(183,84,185); }
H1.HeaderClassName
{
color: #B754B9;
}
.AnyTagClassName
{
color: #B754B9;
}
</style>
background-color css
<style>
a { background-color: #B754B9; }
a { background-color: rgb(183,84,185); }
div.DivClassName
{
background-color: #B754B9;
}
.BgClassName
{
background-color: #B754B9;
}
</style>
border-color css
<style>
span { border-color: #B754B9; }
span { border-color: rgb(183,84,185); }
td.TdClassName
{
border-color: #B754B9;
}
.TagClassName
{
border-color: #B754B9;
}
</style>