Shades of Fuchsia #B240AA
Tints of Fuchsia #B240AA
RGB
CMYK
RGB Variations
Color information
#B240AA (or 0xB240AA) is known color: Fuchsia. HEX triplet: B2, 40 and AA. RGB value is (178,64,170). Sum of RGB (Red+Green+Blue) = 178+64+170=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AA is #4DBF55. Grayscale: #6D6D6D. Windows color (decimal): -5095254 or 11157682. OLE color: 11157682.
HSL color Cylindrical-coordinate representation of color #B240AA: hue angle of 304.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240AA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 170 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.30 |
| HSL | 304.21º | 0.47% | 0.47% | - |
| HSV(B) | 304.21º | 0.64% | 0.7% | - |
| XYZ | 27.45 | 16.03 | 39.68 | - |
| YUV | 110.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 170 | 0 | 0.64 | 0.04 | 0.30 | 304.21 | 0.47 | 0.47 |
| Hex | B2 | 40 | AA | 0 | 40 | 4 | 1E | 130 | 2F | 2F |
| Octal | 262 | 100 | 252 | 0 | 100 | 4 | 36 | 460 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10101010 | 0 | 1000000 | 100 | 11110 | 100110000 | 101111 | 101111 |
Color Harmonies of #B240AA
Complementary color
Monochromatic Colors of #B240AA
Black with #B240AA
Text Example
Text Example
White with #B240AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240AA; }
p { color: rgb(178,64,170); }
H1.HeaderClassName
{
color: #B240AA;
}
.AnyTagClassName
{
color: #B240AA;
}
</style>
background-color css
<style>
a { background-color: #B240AA; }
a { background-color: rgb(178,64,170); }
div.DivClassName
{
background-color: #B240AA;
}
.BgClassName
{
background-color: #B240AA;
}
</style>
border-color css
<style>
span { border-color: #B240AA; }
span { border-color: rgb(178,64,170); }
td.TdClassName
{
border-color: #B240AA;
}
.TagClassName
{
border-color: #B240AA;
}
</style>