Shades of Fuchsia #B140BC
Tints of Fuchsia #B140BC
RGB
CMYK
RGB Variations
Color information
#B140BC (or 0xB140BC) is known color: Fuchsia. HEX triplet: B1, 40 and BC. RGB value is (177,64,188). Sum of RGB (Red+Green+Blue) = 177+64+188=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B140BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140BC is #4EBF43. Grayscale: #6F6F6F. Windows color (decimal): -5160772 or 12337329. OLE color: 12337329.
HSL color Cylindrical-coordinate representation of color #B140BC: hue angle of 294.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B140BC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 64 | 188 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.26 |
| HSL | 294.68º | 0.49% | 0.49% | - |
| HSV(B) | 294.68º | 0.66% | 0.74% | - |
| XYZ | 29.04 | 16.64 | 49.26 | - |
| YUV | 111.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 188 | 0.06 | 0.66 | 0 | 0.26 | 294.68 | 0.49 | 0.49 |
| Hex | B1 | 40 | BC | 6 | 42 | 0 | 1A | 127 | 31 | 31 |
| Octal | 261 | 100 | 274 | 6 | 102 | 0 | 32 | 447 | 61 | 61 |
| Binary | 10110001 | 1000000 | 10111100 | 110 | 1000010 | 0 | 11010 | 100100111 | 110001 | 110001 |
Color Harmonies of #B140BC
Complementary color
Monochromatic Colors of #B140BC
Black with #B140BC
Text Example
Text Example
White with #B140BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140BC; }
p { color: rgb(177,64,188); }
H1.HeaderClassName
{
color: #B140BC;
}
.AnyTagClassName
{
color: #B140BC;
}
</style>
background-color css
<style>
a { background-color: #B140BC; }
a { background-color: rgb(177,64,188); }
div.DivClassName
{
background-color: #B140BC;
}
.BgClassName
{
background-color: #B140BC;
}
</style>
border-color css
<style>
span { border-color: #B140BC; }
span { border-color: rgb(177,64,188); }
td.TdClassName
{
border-color: #B140BC;
}
.TagClassName
{
border-color: #B140BC;
}
</style>