Shades of Fuchsia #B240BD
Tints of Fuchsia #B240BD
RGB
CMYK
RGB Variations
Color information
#B240BD (or 0xB240BD) is known color: Fuchsia. HEX triplet: B2, 40 and BD. RGB value is (178,64,189). Sum of RGB (Red+Green+Blue) = 178+64+189=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #B240BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240BD is #4DBF42. Grayscale: #6F6F6F. Windows color (decimal): -5095235 or 12402866. OLE color: 12402866.
HSL color Cylindrical-coordinate representation of color #B240BD: hue angle of 294.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B240BD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 64 | 189 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.26 |
| HSL | 294.72º | 0.49% | 0.5% | - |
| HSV(B) | 294.72º | 0.66% | 0.74% | - |
| XYZ | 29.38 | 16.81 | 49.84 | - |
| YUV | 112.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 189 | 0.06 | 0.66 | 0 | 0.26 | 294.72 | 0.49 | 0.5 |
| Hex | B2 | 40 | BD | 6 | 42 | 0 | 1A | 127 | 31 | 32 |
| Octal | 262 | 100 | 275 | 6 | 102 | 0 | 32 | 447 | 61 | 62 |
| Binary | 10110010 | 1000000 | 10111101 | 110 | 1000010 | 0 | 11010 | 100100111 | 110001 | 110010 |
Color Harmonies of #B240BD
Complementary color
Monochromatic Colors of #B240BD
Black with #B240BD
Text Example
Text Example
White with #B240BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240BD; }
p { color: rgb(178,64,189); }
H1.HeaderClassName
{
color: #B240BD;
}
.AnyTagClassName
{
color: #B240BD;
}
</style>
background-color css
<style>
a { background-color: #B240BD; }
a { background-color: rgb(178,64,189); }
div.DivClassName
{
background-color: #B240BD;
}
.BgClassName
{
background-color: #B240BD;
}
</style>
border-color css
<style>
span { border-color: #B240BD; }
span { border-color: rgb(178,64,189); }
td.TdClassName
{
border-color: #B240BD;
}
.TagClassName
{
border-color: #B240BD;
}
</style>