Shades of Fuchsia #B328AF
Tints of Fuchsia #B328AF
RGB
CMYK
RGB Variations
Color information
#B328AF (or 0xB328AF) is known color: Fuchsia. HEX triplet: B3, 28 and AF. RGB value is (179,40,175). Sum of RGB (Red+Green+Blue) = 179+40+175=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B328AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328AF is #4CD750. Grayscale: #606060. Windows color (decimal): -5035857 or 11479219. OLE color: 11479219.
HSL color Cylindrical-coordinate representation of color #B328AF: hue angle of 301.73º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B328AF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 175 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.30 |
| HSL | 301.73º | 0.63% | 0.43% | - |
| HSV(B) | 301.73º | 0.78% | 0.7% | - |
| XYZ | 27.09 | 14.2 | 41.87 | - |
| YUV | 96.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 175 | 0 | 0.78 | 0.02 | 0.30 | 301.73 | 0.63 | 0.43 |
| Hex | B3 | 28 | AF | 0 | 4E | 2 | 1E | 12E | 3F | 2B |
| Octal | 263 | 50 | 257 | 0 | 116 | 2 | 36 | 456 | 77 | 53 |
| Binary | 10110011 | 101000 | 10101111 | 0 | 1001110 | 10 | 11110 | 100101110 | 111111 | 101011 |
Color Harmonies of #B328AF
Complementary color
Monochromatic Colors of #B328AF
Black with #B328AF
Text Example
Text Example
White with #B328AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328AF; }
p { color: rgb(179,40,175); }
H1.HeaderClassName
{
color: #B328AF;
}
.AnyTagClassName
{
color: #B328AF;
}
</style>
background-color css
<style>
a { background-color: #B328AF; }
a { background-color: rgb(179,40,175); }
div.DivClassName
{
background-color: #B328AF;
}
.BgClassName
{
background-color: #B328AF;
}
</style>
border-color css
<style>
span { border-color: #B328AF; }
span { border-color: rgb(179,40,175); }
td.TdClassName
{
border-color: #B328AF;
}
.TagClassName
{
border-color: #B328AF;
}
</style>