Shades of Fuchsia #B040BB
Tints of Fuchsia #B040BB
RGB
CMYK
RGB Variations
Color information
#B040BB (or 0xB040BB) is known color: Fuchsia. HEX triplet: B0, 40 and BB. RGB value is (176,64,187). Sum of RGB (Red+Green+Blue) = 176+64+187=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #B040BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040BB is #4FBF44. Grayscale: #6F6F6F. Windows color (decimal): -5226309 or 12271792. OLE color: 12271792.
HSL color Cylindrical-coordinate representation of color #B040BB: hue angle of 294.63º 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 #B040BB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 64 | 187 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.27 |
| HSL | 294.63º | 0.49% | 0.49% | - |
| HSV(B) | 294.63º | 0.66% | 0.73% | - |
| XYZ | 28.71 | 16.48 | 48.68 | - |
| YUV | 111.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 187 | 0.06 | 0.66 | 0 | 0.27 | 294.63 | 0.49 | 0.49 |
| Hex | B0 | 40 | BB | 6 | 42 | 0 | 1B | 127 | 31 | 31 |
| Octal | 260 | 100 | 273 | 6 | 102 | 0 | 33 | 447 | 61 | 61 |
| Binary | 10110000 | 1000000 | 10111011 | 110 | 1000010 | 0 | 11011 | 100100111 | 110001 | 110001 |
Color Harmonies of #B040BB
Complementary color
Monochromatic Colors of #B040BB
Black with #B040BB
Text Example
Text Example
White with #B040BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040BB; }
p { color: rgb(176,64,187); }
H1.HeaderClassName
{
color: #B040BB;
}
.AnyTagClassName
{
color: #B040BB;
}
</style>
background-color css
<style>
a { background-color: #B040BB; }
a { background-color: rgb(176,64,187); }
div.DivClassName
{
background-color: #B040BB;
}
.BgClassName
{
background-color: #B040BB;
}
</style>
border-color css
<style>
span { border-color: #B040BB; }
span { border-color: rgb(176,64,187); }
td.TdClassName
{
border-color: #B040BB;
}
.TagClassName
{
border-color: #B040BB;
}
</style>