Shades of Fuchsia #B040AB
Tints of Fuchsia #B040AB
RGB
CMYK
RGB Variations
Color information
#B040AB (or 0xB040AB) is known color: Fuchsia. HEX triplet: B0, 40 and AB. RGB value is (176,64,171). Sum of RGB (Red+Green+Blue) = 176+64+171=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AB is #4FBF54. Grayscale: #6D6D6D. Windows color (decimal): -5226325 or 11223216. OLE color: 11223216.
HSL color Cylindrical-coordinate representation of color #B040AB: hue angle of 302.68º 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 #B040AB is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 171 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.31 |
| HSL | 302.68º | 0.47% | 0.47% | - |
| HSV(B) | 302.68º | 0.64% | 0.69% | - |
| XYZ | 27.09 | 15.84 | 40.16 | - |
| YUV | 109.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 171 | 0 | 0.64 | 0.03 | 0.31 | 302.68 | 0.47 | 0.47 |
| Hex | B0 | 40 | AB | 0 | 40 | 3 | 1F | 12F | 2F | 2F |
| Octal | 260 | 100 | 253 | 0 | 100 | 3 | 37 | 457 | 57 | 57 |
| Binary | 10110000 | 1000000 | 10101011 | 0 | 1000000 | 11 | 11111 | 100101111 | 101111 | 101111 |
Color Harmonies of #B040AB
Complementary color
Monochromatic Colors of #B040AB
Black with #B040AB
Text Example
Text Example
White with #B040AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040AB; }
p { color: rgb(176,64,171); }
H1.HeaderClassName
{
color: #B040AB;
}
.AnyTagClassName
{
color: #B040AB;
}
</style>
background-color css
<style>
a { background-color: #B040AB; }
a { background-color: rgb(176,64,171); }
div.DivClassName
{
background-color: #B040AB;
}
.BgClassName
{
background-color: #B040AB;
}
</style>
border-color css
<style>
span { border-color: #B040AB; }
span { border-color: rgb(176,64,171); }
td.TdClassName
{
border-color: #B040AB;
}
.TagClassName
{
border-color: #B040AB;
}
</style>