Shades of Fuchsia #B446AD
Tints of Fuchsia #B446AD
RGB
CMYK
RGB Variations
Color information
#B446AD (or 0xB446AD) is known color: Fuchsia. HEX triplet: B4, 46 and AD. RGB value is (180,70,173). Sum of RGB (Red+Green+Blue) = 180+70+173=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B446AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446AD is #4BB952. Grayscale: #727272. Windows color (decimal): -4962643 or 11355828. OLE color: 11355828.
HSL color Cylindrical-coordinate representation of color #B446AD: hue angle of 303.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B446AD is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 173 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.29 |
| HSL | 303.82º | 0.44% | 0.49% | - |
| HSV(B) | 303.82º | 0.61% | 0.71% | - |
| XYZ | 28.56 | 17.1 | 41.33 | - |
| YUV | 114.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 173 | 0 | 0.61 | 0.04 | 0.29 | 303.82 | 0.44 | 0.49 |
| Hex | B4 | 46 | AD | 0 | 3D | 4 | 1D | 130 | 2C | 31 |
| Octal | 264 | 106 | 255 | 0 | 75 | 4 | 35 | 460 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10101101 | 0 | 111101 | 100 | 11101 | 100110000 | 101100 | 110001 |
Color Harmonies of #B446AD
Complementary color
Monochromatic Colors of #B446AD
Black with #B446AD
Text Example
Text Example
White with #B446AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446AD; }
p { color: rgb(180,70,173); }
H1.HeaderClassName
{
color: #B446AD;
}
.AnyTagClassName
{
color: #B446AD;
}
</style>
background-color css
<style>
a { background-color: #B446AD; }
a { background-color: rgb(180,70,173); }
div.DivClassName
{
background-color: #B446AD;
}
.BgClassName
{
background-color: #B446AD;
}
</style>
border-color css
<style>
span { border-color: #B446AD; }
span { border-color: rgb(180,70,173); }
td.TdClassName
{
border-color: #B446AD;
}
.TagClassName
{
border-color: #B446AD;
}
</style>