Shades of Fuchsia #B952AC
Tints of Fuchsia #B952AC
RGB
CMYK
RGB Variations
Color information
#B952AC (or 0xB952AC) is known color: Fuchsia. HEX triplet: B9, 52 and AC. RGB value is (185,82,172). Sum of RGB (Red+Green+Blue) = 185+82+172=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AC is #46AD53. Grayscale: #7A7A7A. Windows color (decimal): -4631892 or 11293369. OLE color: 11293369.
HSL color Cylindrical-coordinate representation of color #B952AC: hue angle of 307.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952AC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 172 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.27 |
| HSL | 307.57º | 0.42% | 0.52% | - |
| HSV(B) | 307.57º | 0.56% | 0.73% | - |
| XYZ | 30.47 | 19.33 | 41.15 | - |
| YUV | 123.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 172 | 0 | 0.56 | 0.07 | 0.27 | 307.57 | 0.42 | 0.52 |
| Hex | B9 | 52 | AC | 0 | 38 | 7 | 1B | 134 | 2A | 34 |
| Octal | 271 | 122 | 254 | 0 | 70 | 7 | 33 | 464 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10101100 | 0 | 111000 | 111 | 11011 | 100110100 | 101010 | 110100 |
Color Harmonies of #B952AC
Complementary color
Monochromatic Colors of #B952AC
Black with #B952AC
Text Example
Text Example
White with #B952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952AC; }
p { color: rgb(185,82,172); }
H1.HeaderClassName
{
color: #B952AC;
}
.AnyTagClassName
{
color: #B952AC;
}
</style>
background-color css
<style>
a { background-color: #B952AC; }
a { background-color: rgb(185,82,172); }
div.DivClassName
{
background-color: #B952AC;
}
.BgClassName
{
background-color: #B952AC;
}
</style>
border-color css
<style>
span { border-color: #B952AC; }
span { border-color: rgb(185,82,172); }
td.TdClassName
{
border-color: #B952AC;
}
.TagClassName
{
border-color: #B952AC;
}
</style>