Shades of Fuchsia #B936A8
Tints of Fuchsia #B936A8
RGB
CMYK
RGB Variations
Color information
#B936A8 (or 0xB936A8) is known color: Fuchsia. HEX triplet: B9, 36 and A8. RGB value is (185,54,168). Sum of RGB (Red+Green+Blue) = 185+54+168=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B936A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B936A8 is #46C957. Grayscale: #696969. Windows color (decimal): -4639064 or 11024057. OLE color: 11024057.
HSL color Cylindrical-coordinate representation of color #B936A8: hue angle of 307.79º 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 #B936A8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 168 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.27 |
| HSL | 307.79º | 0.55% | 0.47% | - |
| HSV(B) | 307.79º | 0.71% | 0.73% | - |
| XYZ | 28.39 | 15.78 | 38.6 | - |
| YUV | 106.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 168 | 0 | 0.71 | 0.09 | 0.27 | 307.79 | 0.55 | 0.47 |
| Hex | B9 | 36 | A8 | 0 | 47 | 9 | 1B | 134 | 37 | 2F |
| Octal | 271 | 66 | 250 | 0 | 107 | 11 | 33 | 464 | 67 | 57 |
| Binary | 10111001 | 110110 | 10101000 | 0 | 1000111 | 1001 | 11011 | 100110100 | 110111 | 101111 |
Color Harmonies of #B936A8
Complementary color
Monochromatic Colors of #B936A8
Black with #B936A8
Text Example
Text Example
White with #B936A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B936A8; }
p { color: rgb(185,54,168); }
H1.HeaderClassName
{
color: #B936A8;
}
.AnyTagClassName
{
color: #B936A8;
}
</style>
background-color css
<style>
a { background-color: #B936A8; }
a { background-color: rgb(185,54,168); }
div.DivClassName
{
background-color: #B936A8;
}
.BgClassName
{
background-color: #B936A8;
}
</style>
border-color css
<style>
span { border-color: #B936A8; }
span { border-color: rgb(185,54,168); }
td.TdClassName
{
border-color: #B936A8;
}
.TagClassName
{
border-color: #B936A8;
}
</style>