Shades of Fuchsia #B136B9
Tints of Fuchsia #B136B9
RGB
CMYK
RGB Variations
Color information
#B136B9 (or 0xB136B9) is known color: Fuchsia. HEX triplet: B1, 36 and B9. RGB value is (177,54,185). Sum of RGB (Red+Green+Blue) = 177+54+185=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #B136B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136B9 is #4EC946. Grayscale: #696969. Windows color (decimal): -5163335 or 12138161. OLE color: 12138161.
HSL color Cylindrical-coordinate representation of color #B136B9: hue angle of 296.34º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B136B9 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 54 | 185 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.27 |
| HSL | 296.34º | 0.55% | 0.47% | - |
| HSV(B) | 296.34º | 0.71% | 0.73% | - |
| XYZ | 28.21 | 15.49 | 47.4 | - |
| YUV | 105.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 185 | 0.04 | 0.71 | 0 | 0.27 | 296.34 | 0.55 | 0.47 |
| Hex | B1 | 36 | B9 | 4 | 47 | 0 | 1B | 128 | 37 | 2F |
| Octal | 261 | 66 | 271 | 4 | 107 | 0 | 33 | 450 | 67 | 57 |
| Binary | 10110001 | 110110 | 10111001 | 100 | 1000111 | 0 | 11011 | 100101000 | 110111 | 101111 |
Color Harmonies of #B136B9
Complementary color
Monochromatic Colors of #B136B9
Black with #B136B9
Text Example
Text Example
White with #B136B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136B9; }
p { color: rgb(177,54,185); }
H1.HeaderClassName
{
color: #B136B9;
}
.AnyTagClassName
{
color: #B136B9;
}
</style>
background-color css
<style>
a { background-color: #B136B9; }
a { background-color: rgb(177,54,185); }
div.DivClassName
{
background-color: #B136B9;
}
.BgClassName
{
background-color: #B136B9;
}
</style>
border-color css
<style>
span { border-color: #B136B9; }
span { border-color: rgb(177,54,185); }
td.TdClassName
{
border-color: #B136B9;
}
.TagClassName
{
border-color: #B136B9;
}
</style>