Shades of Fuchsia #B350AD
Tints of Fuchsia #B350AD
RGB
CMYK
RGB Variations
Color information
#B350AD (or 0xB350AD) is known color: Fuchsia. HEX triplet: B3, 50 and AD. RGB value is (179,80,173). Sum of RGB (Red+Green+Blue) = 179+80+173=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B350AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350AD is #4CAF52. Grayscale: #777777. Windows color (decimal): -5025619 or 11358387. OLE color: 11358387.
HSL color Cylindrical-coordinate representation of color #B350AD: hue angle of 303.64º 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 #B350AD is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 173 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.30 |
| HSL | 303.64º | 0.39% | 0.51% | - |
| HSV(B) | 303.64º | 0.55% | 0.7% | - |
| XYZ | 29 | 18.34 | 41.55 | - |
| YUV | 120.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 173 | 0 | 0.55 | 0.03 | 0.30 | 303.64 | 0.39 | 0.51 |
| Hex | B3 | 50 | AD | 0 | 37 | 3 | 1E | 130 | 27 | 33 |
| Octal | 263 | 120 | 255 | 0 | 67 | 3 | 36 | 460 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10101101 | 0 | 110111 | 11 | 11110 | 100110000 | 100111 | 110011 |
Color Harmonies of #B350AD
Complementary color
Monochromatic Colors of #B350AD
Black with #B350AD
Text Example
Text Example
White with #B350AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350AD; }
p { color: rgb(179,80,173); }
H1.HeaderClassName
{
color: #B350AD;
}
.AnyTagClassName
{
color: #B350AD;
}
</style>
background-color css
<style>
a { background-color: #B350AD; }
a { background-color: rgb(179,80,173); }
div.DivClassName
{
background-color: #B350AD;
}
.BgClassName
{
background-color: #B350AD;
}
</style>
border-color css
<style>
span { border-color: #B350AD; }
span { border-color: rgb(179,80,173); }
td.TdClassName
{
border-color: #B350AD;
}
.TagClassName
{
border-color: #B350AD;
}
</style>