Shades of Fuchsia #B440BB
Tints of Fuchsia #B440BB
RGB
CMYK
RGB Variations
Color information
#B440BB (or 0xB440BB) is known color: Fuchsia. HEX triplet: B4, 40 and BB. RGB value is (180,64,187). Sum of RGB (Red+Green+Blue) = 180+64+187=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #B440BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B440BB is #4BBF44. Grayscale: #707070. Windows color (decimal): -4964165 or 12271796. OLE color: 12271796.
HSL color Cylindrical-coordinate representation of color #B440BB: hue angle of 296.59º 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 #B440BB is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 64 | 187 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.27 |
| HSL | 296.59º | 0.49% | 0.49% | - |
| HSV(B) | 296.59º | 0.66% | 0.73% | - |
| XYZ | 29.63 | 16.96 | 48.73 | - |
| YUV | 112.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 187 | 0.04 | 0.66 | 0 | 0.27 | 296.59 | 0.49 | 0.49 |
| Hex | B4 | 40 | BB | 4 | 42 | 0 | 1B | 129 | 31 | 31 |
| Octal | 264 | 100 | 273 | 4 | 102 | 0 | 33 | 451 | 61 | 61 |
| Binary | 10110100 | 1000000 | 10111011 | 100 | 1000010 | 0 | 11011 | 100101001 | 110001 | 110001 |
Color Harmonies of #B440BB
Complementary color
Monochromatic Colors of #B440BB
Black with #B440BB
Text Example
Text Example
White with #B440BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B440BB; }
p { color: rgb(180,64,187); }
H1.HeaderClassName
{
color: #B440BB;
}
.AnyTagClassName
{
color: #B440BB;
}
</style>
background-color css
<style>
a { background-color: #B440BB; }
a { background-color: rgb(180,64,187); }
div.DivClassName
{
background-color: #B440BB;
}
.BgClassName
{
background-color: #B440BB;
}
</style>
border-color css
<style>
span { border-color: #B440BB; }
span { border-color: rgb(180,64,187); }
td.TdClassName
{
border-color: #B440BB;
}
.TagClassName
{
border-color: #B440BB;
}
</style>