Shades of Fuchsia #B351BD
Tints of Fuchsia #B351BD
RGB
CMYK
RGB Variations
Color information
#B351BD (or 0xB351BD) is known color: Fuchsia. HEX triplet: B3, 51 and BD. RGB value is (179,81,189). Sum of RGB (Red+Green+Blue) = 179+81+189=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #B351BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351BD is #4CAE42. Grayscale: #7A7A7A. Windows color (decimal): -5025347 or 12407219. OLE color: 12407219.
HSL color Cylindrical-coordinate representation of color #B351BD: hue angle of 294.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B351BD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 81 | 189 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.26 |
| HSL | 294.44º | 0.45% | 0.53% | - |
| HSV(B) | 294.44º | 0.57% | 0.74% | - |
| XYZ | 30.72 | 19.14 | 50.22 | - |
| YUV | 122.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 189 | 0.05 | 0.57 | 0 | 0.26 | 294.44 | 0.45 | 0.53 |
| Hex | B3 | 51 | BD | 5 | 39 | 0 | 1A | 126 | 2D | 35 |
| Octal | 263 | 121 | 275 | 5 | 71 | 0 | 32 | 446 | 55 | 65 |
| Binary | 10110011 | 1010001 | 10111101 | 101 | 111001 | 0 | 11010 | 100100110 | 101101 | 110101 |
Color Harmonies of #B351BD
Complementary color
Monochromatic Colors of #B351BD
Black with #B351BD
Text Example
Text Example
White with #B351BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351BD; }
p { color: rgb(179,81,189); }
H1.HeaderClassName
{
color: #B351BD;
}
.AnyTagClassName
{
color: #B351BD;
}
</style>
background-color css
<style>
a { background-color: #B351BD; }
a { background-color: rgb(179,81,189); }
div.DivClassName
{
background-color: #B351BD;
}
.BgClassName
{
background-color: #B351BD;
}
</style>
border-color css
<style>
span { border-color: #B351BD; }
span { border-color: rgb(179,81,189); }
td.TdClassName
{
border-color: #B351BD;
}
.TagClassName
{
border-color: #B351BD;
}
</style>