Shades of Fuchsia #B140BA
Tints of Fuchsia #B140BA
RGB
CMYK
RGB Variations
Color information
#B140BA (or 0xB140BA) is known color: Fuchsia. HEX triplet: B1, 40 and BA. RGB value is (177,64,186). Sum of RGB (Red+Green+Blue) = 177+64+186=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B140BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BA is #4EBF45. Grayscale: #6F6F6F. Windows color (decimal): -5160774 or 12206257. OLE color: 12206257.
HSL color Cylindrical-coordinate representation of color #B140BA: hue angle of 295.57º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B140BA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 64 | 186 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.27 |
| HSL | 295.57º | 0.49% | 0.49% | - |
| HSV(B) | 295.57º | 0.66% | 0.73% | - |
| XYZ | 28.83 | 16.56 | 48.13 | - |
| YUV | 111.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 186 | 0.05 | 0.66 | 0 | 0.27 | 295.57 | 0.49 | 0.49 |
| Hex | B1 | 40 | BA | 5 | 42 | 0 | 1B | 128 | 31 | 31 |
| Octal | 261 | 100 | 272 | 5 | 102 | 0 | 33 | 450 | 61 | 61 |
| Binary | 10110001 | 1000000 | 10111010 | 101 | 1000010 | 0 | 11011 | 100101000 | 110001 | 110001 |
Color Harmonies of #B140BA
Complementary color
Monochromatic Colors of #B140BA
Black with #B140BA
Text Example
Text Example
White with #B140BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140BA; }
p { color: rgb(177,64,186); }
H1.HeaderClassName
{
color: #B140BA;
}
.AnyTagClassName
{
color: #B140BA;
}
</style>
background-color css
<style>
a { background-color: #B140BA; }
a { background-color: rgb(177,64,186); }
div.DivClassName
{
background-color: #B140BA;
}
.BgClassName
{
background-color: #B140BA;
}
</style>
border-color css
<style>
span { border-color: #B140BA; }
span { border-color: rgb(177,64,186); }
td.TdClassName
{
border-color: #B140BA;
}
.TagClassName
{
border-color: #B140BA;
}
</style>