Shades of Fuchsia #B140BB
Tints of Fuchsia #B140BB
RGB
CMYK
RGB Variations
Color information
#B140BB (or 0xB140BB) is known color: Fuchsia. HEX triplet: B1, 40 and BB. RGB value is (177,64,187). Sum of RGB (Red+Green+Blue) = 177+64+187=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #B140BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BB is #4EBF44. Grayscale: #6F6F6F. Windows color (decimal): -5160773 or 12271793. OLE color: 12271793.
HSL color Cylindrical-coordinate representation of color #B140BB: hue angle of 295.12º 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 #B140BB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 64 | 187 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.27 |
| HSL | 295.12º | 0.49% | 0.49% | - |
| HSV(B) | 295.12º | 0.66% | 0.73% | - |
| XYZ | 28.93 | 16.6 | 48.69 | - |
| YUV | 111.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 187 | 0.05 | 0.66 | 0 | 0.27 | 295.12 | 0.49 | 0.49 |
| Hex | B1 | 40 | BB | 5 | 42 | 0 | 1B | 127 | 31 | 31 |
| Octal | 261 | 100 | 273 | 5 | 102 | 0 | 33 | 447 | 61 | 61 |
| Binary | 10110001 | 1000000 | 10111011 | 101 | 1000010 | 0 | 11011 | 100100111 | 110001 | 110001 |
Color Harmonies of #B140BB
Complementary color
Monochromatic Colors of #B140BB
Black with #B140BB
Text Example
Text Example
White with #B140BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140BB; }
p { color: rgb(177,64,187); }
H1.HeaderClassName
{
color: #B140BB;
}
.AnyTagClassName
{
color: #B140BB;
}
</style>
background-color css
<style>
a { background-color: #B140BB; }
a { background-color: rgb(177,64,187); }
div.DivClassName
{
background-color: #B140BB;
}
.BgClassName
{
background-color: #B140BB;
}
</style>
border-color css
<style>
span { border-color: #B140BB; }
span { border-color: rgb(177,64,187); }
td.TdClassName
{
border-color: #B140BB;
}
.TagClassName
{
border-color: #B140BB;
}
</style>