Shades of Fuchsia #B754BA
Tints of Fuchsia #B754BA
RGB
CMYK
RGB Variations
Color information
#B754BA (or 0xB754BA) is known color: Fuchsia. HEX triplet: B7, 54 and BA. RGB value is (183,84,186). Sum of RGB (Red+Green+Blue) = 183+84+186=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B754BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754BA is #48AB45. Grayscale: #7C7C7C. Windows color (decimal): -4762438 or 12211383. OLE color: 12211383.
HSL color Cylindrical-coordinate representation of color #B754BA: hue angle of 298.24º degrees, saturation: 0.43, 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 #B754BA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 84 | 186 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.27 |
| HSL | 298.24º | 0.43% | 0.53% | - |
| HSV(B) | 298.24º | 0.55% | 0.73% | - |
| XYZ | 31.56 | 19.95 | 48.64 | - |
| YUV | 125.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 186 | 0.02 | 0.55 | 0 | 0.27 | 298.24 | 0.43 | 0.53 |
| Hex | B7 | 54 | BA | 2 | 37 | 0 | 1B | 12A | 2A | 35 |
| Octal | 267 | 124 | 272 | 2 | 67 | 0 | 33 | 452 | 52 | 65 |
| Binary | 10110111 | 1010100 | 10111010 | 10 | 110111 | 0 | 11011 | 100101010 | 101010 | 110101 |
Color Harmonies of #B754BA
Complementary color
Monochromatic Colors of #B754BA
Black with #B754BA
Text Example
Text Example
White with #B754BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754BA; }
p { color: rgb(183,84,186); }
H1.HeaderClassName
{
color: #B754BA;
}
.AnyTagClassName
{
color: #B754BA;
}
</style>
background-color css
<style>
a { background-color: #B754BA; }
a { background-color: rgb(183,84,186); }
div.DivClassName
{
background-color: #B754BA;
}
.BgClassName
{
background-color: #B754BA;
}
</style>
border-color css
<style>
span { border-color: #B754BA; }
span { border-color: rgb(183,84,186); }
td.TdClassName
{
border-color: #B754BA;
}
.TagClassName
{
border-color: #B754BA;
}
</style>