Shades of Fuchsia #B839B0
Tints of Fuchsia #B839B0
RGB
CMYK
RGB Variations
Color information
#B839B0 (or 0xB839B0) is known color: Fuchsia. HEX triplet: B8, 39 and B0. RGB value is (184,57,176). Sum of RGB (Red+Green+Blue) = 184+57+176=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B839B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B839B0 is #47C64F. Grayscale: #6C6C6C. Windows color (decimal): -4703824 or 11549112. OLE color: 11549112.
HSL color Cylindrical-coordinate representation of color #B839B0: hue angle of 303.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B839B0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 176 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.28 |
| HSL | 303.78º | 0.53% | 0.47% | - |
| HSV(B) | 303.78º | 0.69% | 0.72% | - |
| XYZ | 29.07 | 16.25 | 42.68 | - |
| YUV | 108.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 176 | 0 | 0.69 | 0.04 | 0.28 | 303.78 | 0.53 | 0.47 |
| Hex | B8 | 39 | B0 | 0 | 45 | 4 | 1C | 130 | 35 | 2F |
| Octal | 270 | 71 | 260 | 0 | 105 | 4 | 34 | 460 | 65 | 57 |
| Binary | 10111000 | 111001 | 10110000 | 0 | 1000101 | 100 | 11100 | 100110000 | 110101 | 101111 |
Color Harmonies of #B839B0
Complementary color
Monochromatic Colors of #B839B0
Black with #B839B0
Text Example
Text Example
White with #B839B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B839B0; }
p { color: rgb(184,57,176); }
H1.HeaderClassName
{
color: #B839B0;
}
.AnyTagClassName
{
color: #B839B0;
}
</style>
background-color css
<style>
a { background-color: #B839B0; }
a { background-color: rgb(184,57,176); }
div.DivClassName
{
background-color: #B839B0;
}
.BgClassName
{
background-color: #B839B0;
}
</style>
border-color css
<style>
span { border-color: #B839B0; }
span { border-color: rgb(184,57,176); }
td.TdClassName
{
border-color: #B839B0;
}
.TagClassName
{
border-color: #B839B0;
}
</style>