Shades of Fuchsia #B945AC
Tints of Fuchsia #B945AC
RGB
CMYK
RGB Variations
Color information
#B945AC (or 0xB945AC) is known color: Fuchsia. HEX triplet: B9, 45 and AC. RGB value is (185,69,172). Sum of RGB (Red+Green+Blue) = 185+69+172=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B945AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945AC is #46BA53. Grayscale: #737373. Windows color (decimal): -4635220 or 11290041. OLE color: 11290041.
HSL color Cylindrical-coordinate representation of color #B945AC: hue angle of 306.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945AC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 172 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.27 |
| HSL | 306.72º | 0.46% | 0.5% | - |
| HSV(B) | 306.72º | 0.63% | 0.73% | - |
| XYZ | 29.58 | 17.55 | 40.86 | - |
| YUV | 115.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 172 | 0 | 0.63 | 0.07 | 0.27 | 306.72 | 0.46 | 0.5 |
| Hex | B9 | 45 | AC | 0 | 3F | 7 | 1B | 133 | 2E | 32 |
| Octal | 271 | 105 | 254 | 0 | 77 | 7 | 33 | 463 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10101100 | 0 | 111111 | 111 | 11011 | 100110011 | 101110 | 110010 |
Color Harmonies of #B945AC
Complementary color
Monochromatic Colors of #B945AC
Black with #B945AC
Text Example
Text Example
White with #B945AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945AC; }
p { color: rgb(185,69,172); }
H1.HeaderClassName
{
color: #B945AC;
}
.AnyTagClassName
{
color: #B945AC;
}
</style>
background-color css
<style>
a { background-color: #B945AC; }
a { background-color: rgb(185,69,172); }
div.DivClassName
{
background-color: #B945AC;
}
.BgClassName
{
background-color: #B945AC;
}
</style>
border-color css
<style>
span { border-color: #B945AC; }
span { border-color: rgb(185,69,172); }
td.TdClassName
{
border-color: #B945AC;
}
.TagClassName
{
border-color: #B945AC;
}
</style>