Shades of Fuchsia #B240AF
Tints of Fuchsia #B240AF
RGB
CMYK
RGB Variations
Color information
#B240AF (or 0xB240AF) is known color: Fuchsia. HEX triplet: B2, 40 and AF. RGB value is (178,64,175). Sum of RGB (Red+Green+Blue) = 178+64+175=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AF is #4DBF50. Grayscale: #6E6E6E. Windows color (decimal): -5095249 or 11485362. OLE color: 11485362.
HSL color Cylindrical-coordinate representation of color #B240AF: hue angle of 301.58º 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 #B240AF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 175 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.30 |
| HSL | 301.58º | 0.47% | 0.47% | - |
| HSV(B) | 301.58º | 0.64% | 0.7% | - |
| XYZ | 27.93 | 16.23 | 42.22 | - |
| YUV | 110.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 175 | 0 | 0.64 | 0.02 | 0.30 | 301.58 | 0.47 | 0.47 |
| Hex | B2 | 40 | AF | 0 | 40 | 2 | 1E | 12E | 2F | 2F |
| Octal | 262 | 100 | 257 | 0 | 100 | 2 | 36 | 456 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10101111 | 0 | 1000000 | 10 | 11110 | 100101110 | 101111 | 101111 |
Color Harmonies of #B240AF
Complementary color
Monochromatic Colors of #B240AF
Black with #B240AF
Text Example
Text Example
White with #B240AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240AF; }
p { color: rgb(178,64,175); }
H1.HeaderClassName
{
color: #B240AF;
}
.AnyTagClassName
{
color: #B240AF;
}
</style>
background-color css
<style>
a { background-color: #B240AF; }
a { background-color: rgb(178,64,175); }
div.DivClassName
{
background-color: #B240AF;
}
.BgClassName
{
background-color: #B240AF;
}
</style>
border-color css
<style>
span { border-color: #B240AF; }
span { border-color: rgb(178,64,175); }
td.TdClassName
{
border-color: #B240AF;
}
.TagClassName
{
border-color: #B240AF;
}
</style>