Shades of Fuchsia #B138BC
Tints of Fuchsia #B138BC
RGB
CMYK
RGB Variations
Color information
#B138BC (or 0xB138BC) is known color: Fuchsia. HEX triplet: B1, 38 and BC. RGB value is (177,56,188). Sum of RGB (Red+Green+Blue) = 177+56+188=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #B138BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138BC is #4EC743. Grayscale: #6A6A6A. Windows color (decimal): -5162820 or 12335281. OLE color: 12335281.
HSL color Cylindrical-coordinate representation of color #B138BC: hue angle of 295º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B138BC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 56 | 188 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.26 |
| HSL | 295º | 0.54% | 0.48% | - |
| HSV(B) | 295º | 0.7% | 0.74% | - |
| XYZ | 28.62 | 15.81 | 49.12 | - |
| YUV | 107.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 188 | 0.06 | 0.70 | 0 | 0.26 | 295 | 0.54 | 0.48 |
| Hex | B1 | 38 | BC | 6 | 46 | 0 | 1A | 127 | 36 | 30 |
| Octal | 261 | 70 | 274 | 6 | 106 | 0 | 32 | 447 | 66 | 60 |
| Binary | 10110001 | 111000 | 10111100 | 110 | 1000110 | 0 | 11010 | 100100111 | 110110 | 110000 |
Color Harmonies of #B138BC
Complementary color
Monochromatic Colors of #B138BC
Black with #B138BC
Text Example
Text Example
White with #B138BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138BC; }
p { color: rgb(177,56,188); }
H1.HeaderClassName
{
color: #B138BC;
}
.AnyTagClassName
{
color: #B138BC;
}
</style>
background-color css
<style>
a { background-color: #B138BC; }
a { background-color: rgb(177,56,188); }
div.DivClassName
{
background-color: #B138BC;
}
.BgClassName
{
background-color: #B138BC;
}
</style>
border-color css
<style>
span { border-color: #B138BC; }
span { border-color: rgb(177,56,188); }
td.TdClassName
{
border-color: #B138BC;
}
.TagClassName
{
border-color: #B138BC;
}
</style>