Shades of Fuchsia #B446AF
Tints of Fuchsia #B446AF
RGB
CMYK
RGB Variations
Color information
#B446AF (or 0xB446AF) is known color: Fuchsia. HEX triplet: B4, 46 and AF. RGB value is (180,70,175). Sum of RGB (Red+Green+Blue) = 180+70+175=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B446AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446AF is #4BB950. Grayscale: #727272. Windows color (decimal): -4962641 or 11486900. OLE color: 11486900.
HSL color Cylindrical-coordinate representation of color #B446AF: hue angle of 302.73º 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 #B446AF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 175 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.29 |
| HSL | 302.73º | 0.44% | 0.49% | - |
| HSV(B) | 302.73º | 0.61% | 0.71% | - |
| XYZ | 28.75 | 17.18 | 42.36 | - |
| YUV | 114.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 175 | 0 | 0.61 | 0.03 | 0.29 | 302.73 | 0.44 | 0.49 |
| Hex | B4 | 46 | AF | 0 | 3D | 3 | 1D | 12F | 2C | 31 |
| Octal | 264 | 106 | 257 | 0 | 75 | 3 | 35 | 457 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10101111 | 0 | 111101 | 11 | 11101 | 100101111 | 101100 | 110001 |
Color Harmonies of #B446AF
Complementary color
Monochromatic Colors of #B446AF
Black with #B446AF
Text Example
Text Example
White with #B446AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446AF; }
p { color: rgb(180,70,175); }
H1.HeaderClassName
{
color: #B446AF;
}
.AnyTagClassName
{
color: #B446AF;
}
</style>
background-color css
<style>
a { background-color: #B446AF; }
a { background-color: rgb(180,70,175); }
div.DivClassName
{
background-color: #B446AF;
}
.BgClassName
{
background-color: #B446AF;
}
</style>
border-color css
<style>
span { border-color: #B446AF; }
span { border-color: rgb(180,70,175); }
td.TdClassName
{
border-color: #B446AF;
}
.TagClassName
{
border-color: #B446AF;
}
</style>