Shades of Fuchsia #B140A8
Tints of Fuchsia #B140A8
RGB
CMYK
RGB Variations
Color information
#B140A8 (or 0xB140A8) is known color: Fuchsia. HEX triplet: B1, 40 and A8. RGB value is (177,64,168). Sum of RGB (Red+Green+Blue) = 177+64+168=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B140A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140A8 is #4EBF57. Grayscale: #6D6D6D. Windows color (decimal): -5160792 or 11026609. OLE color: 11026609.
HSL color Cylindrical-coordinate representation of color #B140A8: hue angle of 304.78º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B140A8 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 168 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.31 |
| HSL | 304.78º | 0.47% | 0.47% | - |
| HSV(B) | 304.78º | 0.64% | 0.69% | - |
| XYZ | 27.03 | 15.84 | 38.68 | - |
| YUV | 109.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 168 | 0 | 0.64 | 0.05 | 0.31 | 304.78 | 0.47 | 0.47 |
| Hex | B1 | 40 | A8 | 0 | 40 | 5 | 1F | 131 | 2F | 2F |
| Octal | 261 | 100 | 250 | 0 | 100 | 5 | 37 | 461 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10101000 | 0 | 1000000 | 101 | 11111 | 100110001 | 101111 | 101111 |
Color Harmonies of #B140A8
Complementary color
Monochromatic Colors of #B140A8
Black with #B140A8
Text Example
Text Example
White with #B140A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140A8; }
p { color: rgb(177,64,168); }
H1.HeaderClassName
{
color: #B140A8;
}
.AnyTagClassName
{
color: #B140A8;
}
</style>
background-color css
<style>
a { background-color: #B140A8; }
a { background-color: rgb(177,64,168); }
div.DivClassName
{
background-color: #B140A8;
}
.BgClassName
{
background-color: #B140A8;
}
</style>
border-color css
<style>
span { border-color: #B140A8; }
span { border-color: rgb(177,64,168); }
td.TdClassName
{
border-color: #B140A8;
}
.TagClassName
{
border-color: #B140A8;
}
</style>