Shades of Fuchsia #B953AC
Tints of Fuchsia #B953AC
RGB
CMYK
RGB Variations
Color information
#B953AC (or 0xB953AC) is known color: Fuchsia. HEX triplet: B9, 53 and AC. RGB value is (185,83,172). Sum of RGB (Red+Green+Blue) = 185+83+172=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B953AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953AC is #46AC53. Grayscale: #7B7B7B. Windows color (decimal): -4631636 or 11293625. OLE color: 11293625.
HSL color Cylindrical-coordinate representation of color #B953AC: hue angle of 307.65º 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 #B953AC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 172 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.27 |
| HSL | 307.65º | 0.42% | 0.53% | - |
| HSV(B) | 307.65º | 0.55% | 0.73% | - |
| XYZ | 30.55 | 19.48 | 41.18 | - |
| YUV | 123.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 172 | 0 | 0.55 | 0.07 | 0.27 | 307.65 | 0.42 | 0.53 |
| Hex | B9 | 53 | AC | 0 | 37 | 7 | 1B | 134 | 2A | 35 |
| Octal | 271 | 123 | 254 | 0 | 67 | 7 | 33 | 464 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10101100 | 0 | 110111 | 111 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #B953AC
Complementary color
Monochromatic Colors of #B953AC
Black with #B953AC
Text Example
Text Example
White with #B953AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953AC; }
p { color: rgb(185,83,172); }
H1.HeaderClassName
{
color: #B953AC;
}
.AnyTagClassName
{
color: #B953AC;
}
</style>
background-color css
<style>
a { background-color: #B953AC; }
a { background-color: rgb(185,83,172); }
div.DivClassName
{
background-color: #B953AC;
}
.BgClassName
{
background-color: #B953AC;
}
</style>
border-color css
<style>
span { border-color: #B953AC; }
span { border-color: rgb(185,83,172); }
td.TdClassName
{
border-color: #B953AC;
}
.TagClassName
{
border-color: #B953AC;
}
</style>