Shades of Fuchsia #B945AA
Tints of Fuchsia #B945AA
RGB
CMYK
RGB Variations
Color information
#B945AA (or 0xB945AA) is known color: Fuchsia. HEX triplet: B9, 45 and AA. RGB value is (185,69,170). Sum of RGB (Red+Green+Blue) = 185+69+170=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B945AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945AA is #46BA55. Grayscale: #727272. Windows color (decimal): -4635222 or 11158969. OLE color: 11158969.
HSL color Cylindrical-coordinate representation of color #B945AA: hue angle of 307.76º 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 #B945AA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 170 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.27 |
| HSL | 307.76º | 0.46% | 0.5% | - |
| HSV(B) | 307.76º | 0.63% | 0.73% | - |
| XYZ | 29.39 | 17.47 | 39.85 | - |
| YUV | 115.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 170 | 0 | 0.63 | 0.08 | 0.27 | 307.76 | 0.46 | 0.5 |
| Hex | B9 | 45 | AA | 0 | 3F | 8 | 1B | 134 | 2E | 32 |
| Octal | 271 | 105 | 252 | 0 | 77 | 10 | 33 | 464 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10101010 | 0 | 111111 | 1000 | 11011 | 100110100 | 101110 | 110010 |
Color Harmonies of #B945AA
Complementary color
Monochromatic Colors of #B945AA
Black with #B945AA
Text Example
Text Example
White with #B945AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945AA; }
p { color: rgb(185,69,170); }
H1.HeaderClassName
{
color: #B945AA;
}
.AnyTagClassName
{
color: #B945AA;
}
</style>
background-color css
<style>
a { background-color: #B945AA; }
a { background-color: rgb(185,69,170); }
div.DivClassName
{
background-color: #B945AA;
}
.BgClassName
{
background-color: #B945AA;
}
</style>
border-color css
<style>
span { border-color: #B945AA; }
span { border-color: rgb(185,69,170); }
td.TdClassName
{
border-color: #B945AA;
}
.TagClassName
{
border-color: #B945AA;
}
</style>