Shades of Fuchsia #B946AC
Tints of Fuchsia #B946AC
RGB
CMYK
RGB Variations
Color information
#B946AC (or 0xB946AC) is known color: Fuchsia. HEX triplet: B9, 46 and AC. RGB value is (185,70,172). Sum of RGB (Red+Green+Blue) = 185+70+172=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B946AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946AC is #46B953. Grayscale: #737373. Windows color (decimal): -4634964 or 11290297. OLE color: 11290297.
HSL color Cylindrical-coordinate representation of color #B946AC: hue angle of 306.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B946AC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 172 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.27 |
| HSL | 306.78º | 0.45% | 0.5% | - |
| HSV(B) | 306.78º | 0.62% | 0.73% | - |
| XYZ | 29.64 | 17.67 | 40.88 | - |
| YUV | 116.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 172 | 0 | 0.62 | 0.07 | 0.27 | 306.78 | 0.45 | 0.5 |
| Hex | B9 | 46 | AC | 0 | 3E | 7 | 1B | 133 | 2D | 32 |
| Octal | 271 | 106 | 254 | 0 | 76 | 7 | 33 | 463 | 55 | 62 |
| Binary | 10111001 | 1000110 | 10101100 | 0 | 111110 | 111 | 11011 | 100110011 | 101101 | 110010 |
Color Harmonies of #B946AC
Complementary color
Monochromatic Colors of #B946AC
Black with #B946AC
Text Example
Text Example
White with #B946AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946AC; }
p { color: rgb(185,70,172); }
H1.HeaderClassName
{
color: #B946AC;
}
.AnyTagClassName
{
color: #B946AC;
}
</style>
background-color css
<style>
a { background-color: #B946AC; }
a { background-color: rgb(185,70,172); }
div.DivClassName
{
background-color: #B946AC;
}
.BgClassName
{
background-color: #B946AC;
}
</style>
border-color css
<style>
span { border-color: #B946AC; }
span { border-color: rgb(185,70,172); }
td.TdClassName
{
border-color: #B946AC;
}
.TagClassName
{
border-color: #B946AC;
}
</style>