Shades of Fuchsia #B350AA
Tints of Fuchsia #B350AA
RGB
CMYK
RGB Variations
Color information
#B350AA (or 0xB350AA) is known color: Fuchsia. HEX triplet: B3, 50 and AA. RGB value is (179,80,170). Sum of RGB (Red+Green+Blue) = 179+80+170=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B350AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350AA is #4CAF55. Grayscale: #777777. Windows color (decimal): -5025622 or 11161779. OLE color: 11161779.
HSL color Cylindrical-coordinate representation of color #B350AA: hue angle of 305.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B350AA is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 170 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.30 |
| HSL | 305.45º | 0.39% | 0.51% | - |
| HSV(B) | 305.45º | 0.55% | 0.7% | - |
| XYZ | 28.71 | 18.22 | 40.03 | - |
| YUV | 119.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 170 | 0 | 0.55 | 0.05 | 0.30 | 305.45 | 0.39 | 0.51 |
| Hex | B3 | 50 | AA | 0 | 37 | 5 | 1E | 131 | 27 | 33 |
| Octal | 263 | 120 | 252 | 0 | 67 | 5 | 36 | 461 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10101010 | 0 | 110111 | 101 | 11110 | 100110001 | 100111 | 110011 |
Color Harmonies of #B350AA
Complementary color
Monochromatic Colors of #B350AA
Black with #B350AA
Text Example
Text Example
White with #B350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350AA; }
p { color: rgb(179,80,170); }
H1.HeaderClassName
{
color: #B350AA;
}
.AnyTagClassName
{
color: #B350AA;
}
</style>
background-color css
<style>
a { background-color: #B350AA; }
a { background-color: rgb(179,80,170); }
div.DivClassName
{
background-color: #B350AA;
}
.BgClassName
{
background-color: #B350AA;
}
</style>
border-color css
<style>
span { border-color: #B350AA; }
span { border-color: rgb(179,80,170); }
td.TdClassName
{
border-color: #B350AA;
}
.TagClassName
{
border-color: #B350AA;
}
</style>