Shades of Fuchsia #B136B8
Tints of Fuchsia #B136B8
RGB
CMYK
RGB Variations
Color information
#B136B8 (or 0xB136B8) is known color: Fuchsia. HEX triplet: B1, 36 and B8. RGB value is (177,54,184). Sum of RGB (Red+Green+Blue) = 177+54+184=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #B136B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136B8 is #4EC947. Grayscale: #696969. Windows color (decimal): -5163336 or 12072625. OLE color: 12072625.
HSL color Cylindrical-coordinate representation of color #B136B8: hue angle of 296.77º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B136B8 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 54 | 184 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.28 |
| HSL | 296.77º | 0.55% | 0.47% | - |
| HSV(B) | 296.77º | 0.71% | 0.72% | - |
| XYZ | 28.1 | 15.45 | 46.85 | - |
| YUV | 105.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 184 | 0.04 | 0.71 | 0 | 0.28 | 296.77 | 0.55 | 0.47 |
| Hex | B1 | 36 | B8 | 4 | 47 | 0 | 1C | 129 | 37 | 2F |
| Octal | 261 | 66 | 270 | 4 | 107 | 0 | 34 | 451 | 67 | 57 |
| Binary | 10110001 | 110110 | 10111000 | 100 | 1000111 | 0 | 11100 | 100101001 | 110111 | 101111 |
Color Harmonies of #B136B8
Complementary color
Monochromatic Colors of #B136B8
Black with #B136B8
Text Example
Text Example
White with #B136B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136B8; }
p { color: rgb(177,54,184); }
H1.HeaderClassName
{
color: #B136B8;
}
.AnyTagClassName
{
color: #B136B8;
}
</style>
background-color css
<style>
a { background-color: #B136B8; }
a { background-color: rgb(177,54,184); }
div.DivClassName
{
background-color: #B136B8;
}
.BgClassName
{
background-color: #B136B8;
}
</style>
border-color css
<style>
span { border-color: #B136B8; }
span { border-color: rgb(177,54,184); }
td.TdClassName
{
border-color: #B136B8;
}
.TagClassName
{
border-color: #B136B8;
}
</style>