Shades of Fuchsia #B953A8
Tints of Fuchsia #B953A8
RGB
CMYK
RGB Variations
Color information
#B953A8 (or 0xB953A8) is known color: Fuchsia. HEX triplet: B9, 53 and A8. RGB value is (185,83,168). Sum of RGB (Red+Green+Blue) = 185+83+168=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B953A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953A8 is #46AC57. Grayscale: #7A7A7A. Windows color (decimal): -4631640 or 11031481. OLE color: 11031481.
HSL color Cylindrical-coordinate representation of color #B953A8: hue angle of 310º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B953A8 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 168 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.27 |
| HSL | 310º | 0.42% | 0.53% | - |
| HSV(B) | 310º | 0.55% | 0.73% | - |
| XYZ | 30.17 | 19.33 | 39.19 | - |
| YUV | 123.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 168 | 0 | 0.55 | 0.09 | 0.27 | 310 | 0.42 | 0.53 |
| Hex | B9 | 53 | A8 | 0 | 37 | 9 | 1B | 136 | 2A | 35 |
| Octal | 271 | 123 | 250 | 0 | 67 | 11 | 33 | 466 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10101000 | 0 | 110111 | 1001 | 11011 | 100110110 | 101010 | 110101 |
Color Harmonies of #B953A8
Complementary color
Monochromatic Colors of #B953A8
Black with #B953A8
Text Example
Text Example
White with #B953A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953A8; }
p { color: rgb(185,83,168); }
H1.HeaderClassName
{
color: #B953A8;
}
.AnyTagClassName
{
color: #B953A8;
}
</style>
background-color css
<style>
a { background-color: #B953A8; }
a { background-color: rgb(185,83,168); }
div.DivClassName
{
background-color: #B953A8;
}
.BgClassName
{
background-color: #B953A8;
}
</style>
border-color css
<style>
span { border-color: #B953A8; }
span { border-color: rgb(185,83,168); }
td.TdClassName
{
border-color: #B953A8;
}
.TagClassName
{
border-color: #B953A8;
}
</style>