Shades of Fuchsia #B431AF
Tints of Fuchsia #B431AF
RGB
CMYK
RGB Variations
Color information
#B431AF (or 0xB431AF) is known color: Fuchsia. HEX triplet: B4, 31 and AF. RGB value is (180,49,175). Sum of RGB (Red+Green+Blue) = 180+49+175=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B431AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B431AF is #4BCE50. Grayscale: #666666. Windows color (decimal): -4968017 or 11481524. OLE color: 11481524.
HSL color Cylindrical-coordinate representation of color #B431AF: hue angle of 302.29º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B431AF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 175 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.29 |
| HSL | 302.29º | 0.57% | 0.45% | - |
| HSV(B) | 302.29º | 0.73% | 0.71% | - |
| XYZ | 27.66 | 15 | 41.99 | - |
| YUV | 102.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 175 | 0 | 0.73 | 0.03 | 0.29 | 302.29 | 0.57 | 0.45 |
| Hex | B4 | 31 | AF | 0 | 49 | 3 | 1D | 12E | 39 | 2D |
| Octal | 264 | 61 | 257 | 0 | 111 | 3 | 35 | 456 | 71 | 55 |
| Binary | 10110100 | 110001 | 10101111 | 0 | 1001001 | 11 | 11101 | 100101110 | 111001 | 101101 |
Color Harmonies of #B431AF
Complementary color
Monochromatic Colors of #B431AF
Black with #B431AF
Text Example
Text Example
White with #B431AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431AF; }
p { color: rgb(180,49,175); }
H1.HeaderClassName
{
color: #B431AF;
}
.AnyTagClassName
{
color: #B431AF;
}
</style>
background-color css
<style>
a { background-color: #B431AF; }
a { background-color: rgb(180,49,175); }
div.DivClassName
{
background-color: #B431AF;
}
.BgClassName
{
background-color: #B431AF;
}
</style>
border-color css
<style>
span { border-color: #B431AF; }
span { border-color: rgb(180,49,175); }
td.TdClassName
{
border-color: #B431AF;
}
.TagClassName
{
border-color: #B431AF;
}
</style>