Shades of Fuchsia #B351BB
Tints of Fuchsia #B351BB
RGB
CMYK
RGB Variations
Color information
#B351BB (or 0xB351BB) is known color: Fuchsia. HEX triplet: B3, 51 and BB. RGB value is (179,81,187). Sum of RGB (Red+Green+Blue) = 179+81+187=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B351BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351BB is #4CAE44. Grayscale: #7A7A7A. Windows color (decimal): -5025349 or 12276147. OLE color: 12276147.
HSL color Cylindrical-coordinate representation of color #B351BB: hue angle of 295.47º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B351BB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 81 | 187 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.27 |
| HSL | 295.47º | 0.44% | 0.53% | - |
| HSV(B) | 295.47º | 0.57% | 0.73% | - |
| XYZ | 30.5 | 19.06 | 49.08 | - |
| YUV | 122.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 187 | 0.04 | 0.57 | 0 | 0.27 | 295.47 | 0.44 | 0.53 |
| Hex | B3 | 51 | BB | 4 | 39 | 0 | 1B | 127 | 2C | 35 |
| Octal | 263 | 121 | 273 | 4 | 71 | 0 | 33 | 447 | 54 | 65 |
| Binary | 10110011 | 1010001 | 10111011 | 100 | 111001 | 0 | 11011 | 100100111 | 101100 | 110101 |
Color Harmonies of #B351BB
Complementary color
Monochromatic Colors of #B351BB
Black with #B351BB
Text Example
Text Example
White with #B351BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351BB; }
p { color: rgb(179,81,187); }
H1.HeaderClassName
{
color: #B351BB;
}
.AnyTagClassName
{
color: #B351BB;
}
</style>
background-color css
<style>
a { background-color: #B351BB; }
a { background-color: rgb(179,81,187); }
div.DivClassName
{
background-color: #B351BB;
}
.BgClassName
{
background-color: #B351BB;
}
</style>
border-color css
<style>
span { border-color: #B351BB; }
span { border-color: rgb(179,81,187); }
td.TdClassName
{
border-color: #B351BB;
}
.TagClassName
{
border-color: #B351BB;
}
</style>