Shades of Fuchsia #B953A6
Tints of Fuchsia #B953A6
RGB
CMYK
RGB Variations
Color information
#B953A6 (or 0xB953A6) is known color: Fuchsia. HEX triplet: B9, 53 and A6. RGB value is (185,83,166). Sum of RGB (Red+Green+Blue) = 185+83+166=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B953A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953A6 is #46AC59. Grayscale: #7A7A7A. Windows color (decimal): -4631642 or 10900409. OLE color: 10900409.
HSL color Cylindrical-coordinate representation of color #B953A6: hue angle of 311.18º 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 #B953A6 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 166 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.27 |
| HSL | 311.18º | 0.42% | 0.53% | - |
| HSV(B) | 311.18º | 0.55% | 0.73% | - |
| XYZ | 29.98 | 19.25 | 38.21 | - |
| YUV | 122.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 166 | 0 | 0.55 | 0.10 | 0.27 | 311.18 | 0.42 | 0.53 |
| Hex | B9 | 53 | A6 | 0 | 37 | A | 1B | 137 | 2A | 35 |
| Octal | 271 | 123 | 246 | 0 | 67 | 12 | 33 | 467 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10100110 | 0 | 110111 | 1010 | 11011 | 100110111 | 101010 | 110101 |
Color Harmonies of #B953A6
Complementary color
Monochromatic Colors of #B953A6
Black with #B953A6
Text Example
Text Example
White with #B953A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953A6; }
p { color: rgb(185,83,166); }
H1.HeaderClassName
{
color: #B953A6;
}
.AnyTagClassName
{
color: #B953A6;
}
</style>
background-color css
<style>
a { background-color: #B953A6; }
a { background-color: rgb(185,83,166); }
div.DivClassName
{
background-color: #B953A6;
}
.BgClassName
{
background-color: #B953A6;
}
</style>
border-color css
<style>
span { border-color: #B953A6; }
span { border-color: rgb(185,83,166); }
td.TdClassName
{
border-color: #B953A6;
}
.TagClassName
{
border-color: #B953A6;
}
</style>