Shades of Fuchsia #B136BD
Tints of Fuchsia #B136BD
RGB
CMYK
RGB Variations
Color information
#B136BD (or 0xB136BD) is known color: Fuchsia. HEX triplet: B1, 36 and BD. RGB value is (177,54,189). Sum of RGB (Red+Green+Blue) = 177+54+189=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B136BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BD is #4EC942. Grayscale: #696969. Windows color (decimal): -5163331 or 12400305. OLE color: 12400305.
HSL color Cylindrical-coordinate representation of color #B136BD: hue angle of 294.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B136BD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 54 | 189 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.26 |
| HSL | 294.67º | 0.56% | 0.48% | - |
| HSV(B) | 294.67º | 0.71% | 0.74% | - |
| XYZ | 28.64 | 15.66 | 49.66 | - |
| YUV | 106.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 189 | 0.06 | 0.71 | 0 | 0.26 | 294.67 | 0.56 | 0.48 |
| Hex | B1 | 36 | BD | 6 | 47 | 0 | 1A | 127 | 38 | 30 |
| Octal | 261 | 66 | 275 | 6 | 107 | 0 | 32 | 447 | 70 | 60 |
| Binary | 10110001 | 110110 | 10111101 | 110 | 1000111 | 0 | 11010 | 100100111 | 111000 | 110000 |
Color Harmonies of #B136BD
Complementary color
Monochromatic Colors of #B136BD
Black with #B136BD
Text Example
Text Example
White with #B136BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136BD; }
p { color: rgb(177,54,189); }
H1.HeaderClassName
{
color: #B136BD;
}
.AnyTagClassName
{
color: #B136BD;
}
</style>
background-color css
<style>
a { background-color: #B136BD; }
a { background-color: rgb(177,54,189); }
div.DivClassName
{
background-color: #B136BD;
}
.BgClassName
{
background-color: #B136BD;
}
</style>
border-color css
<style>
span { border-color: #B136BD; }
span { border-color: rgb(177,54,189); }
td.TdClassName
{
border-color: #B136BD;
}
.TagClassName
{
border-color: #B136BD;
}
</style>