Shades of Fuchsia #B754BD
Tints of Fuchsia #B754BD
RGB
CMYK
RGB Variations
Color information
#B754BD (or 0xB754BD) is known color: Fuchsia. HEX triplet: B7, 54 and BD. RGB value is (183,84,189). Sum of RGB (Red+Green+Blue) = 183+84+189=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #B754BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BD is #48AB42. Grayscale: #7D7D7D. Windows color (decimal): -4762435 or 12407991. OLE color: 12407991.
HSL color Cylindrical-coordinate representation of color #B754BD: hue angle of 296.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B754BD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 84 | 189 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.26 |
| HSL | 296.57º | 0.44% | 0.54% | - |
| HSV(B) | 296.57º | 0.56% | 0.74% | - |
| XYZ | 31.88 | 20.08 | 50.34 | - |
| YUV | 125.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 189 | 0.03 | 0.56 | 0 | 0.26 | 296.57 | 0.44 | 0.54 |
| Hex | B7 | 54 | BD | 3 | 38 | 0 | 1A | 129 | 2C | 36 |
| Octal | 267 | 124 | 275 | 3 | 70 | 0 | 32 | 451 | 54 | 66 |
| Binary | 10110111 | 1010100 | 10111101 | 11 | 111000 | 0 | 11010 | 100101001 | 101100 | 110110 |
Color Harmonies of #B754BD
Complementary color
Monochromatic Colors of #B754BD
Black with #B754BD
Text Example
Text Example
White with #B754BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754BD; }
p { color: rgb(183,84,189); }
H1.HeaderClassName
{
color: #B754BD;
}
.AnyTagClassName
{
color: #B754BD;
}
</style>
background-color css
<style>
a { background-color: #B754BD; }
a { background-color: rgb(183,84,189); }
div.DivClassName
{
background-color: #B754BD;
}
.BgClassName
{
background-color: #B754BD;
}
</style>
border-color css
<style>
span { border-color: #B754BD; }
span { border-color: rgb(183,84,189); }
td.TdClassName
{
border-color: #B754BD;
}
.TagClassName
{
border-color: #B754BD;
}
</style>