Shades of Fuchsia #B240BB
Tints of Fuchsia #B240BB
RGB
CMYK
RGB Variations
Color information
#B240BB (or 0xB240BB) is known color: Fuchsia. HEX triplet: B2, 40 and BB. RGB value is (178,64,187). Sum of RGB (Red+Green+Blue) = 178+64+187=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #B240BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240BB is #4DBF44. Grayscale: #6F6F6F. Windows color (decimal): -5095237 or 12271794. OLE color: 12271794.
HSL color Cylindrical-coordinate representation of color #B240BB: hue angle of 295.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B240BB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 64 | 187 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.27 |
| HSL | 295.61º | 0.49% | 0.49% | - |
| HSV(B) | 295.61º | 0.66% | 0.73% | - |
| XYZ | 29.16 | 16.72 | 48.7 | - |
| YUV | 112.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 187 | 0.05 | 0.66 | 0 | 0.27 | 295.61 | 0.49 | 0.49 |
| Hex | B2 | 40 | BB | 5 | 42 | 0 | 1B | 128 | 31 | 31 |
| Octal | 262 | 100 | 273 | 5 | 102 | 0 | 33 | 450 | 61 | 61 |
| Binary | 10110010 | 1000000 | 10111011 | 101 | 1000010 | 0 | 11011 | 100101000 | 110001 | 110001 |
Color Harmonies of #B240BB
Complementary color
Monochromatic Colors of #B240BB
Black with #B240BB
Text Example
Text Example
White with #B240BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240BB; }
p { color: rgb(178,64,187); }
H1.HeaderClassName
{
color: #B240BB;
}
.AnyTagClassName
{
color: #B240BB;
}
</style>
background-color css
<style>
a { background-color: #B240BB; }
a { background-color: rgb(178,64,187); }
div.DivClassName
{
background-color: #B240BB;
}
.BgClassName
{
background-color: #B240BB;
}
</style>
border-color css
<style>
span { border-color: #B240BB; }
span { border-color: rgb(178,64,187); }
td.TdClassName
{
border-color: #B240BB;
}
.TagClassName
{
border-color: #B240BB;
}
</style>