Shades of Fuchsia #B431BD
Tints of Fuchsia #B431BD
RGB
CMYK
RGB Variations
Color information
#B431BD (or 0xB431BD) is known color: Fuchsia. HEX triplet: B4, 31 and BD. RGB value is (180,49,189). Sum of RGB (Red+Green+Blue) = 180+49+189=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B431BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431BD is #4BCE42. Grayscale: #676767. Windows color (decimal): -4968003 or 12399028. OLE color: 12399028.
HSL color Cylindrical-coordinate representation of color #B431BD: hue angle of 296.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431BD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 49 | 189 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.26 |
| HSL | 296.14º | 0.59% | 0.47% | - |
| HSV(B) | 296.14º | 0.74% | 0.74% | - |
| XYZ | 29.11 | 15.57 | 49.62 | - |
| YUV | 104.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 189 | 0.05 | 0.74 | 0 | 0.26 | 296.14 | 0.59 | 0.47 |
| Hex | B4 | 31 | BD | 5 | 4A | 0 | 1A | 128 | 3B | 2F |
| Octal | 264 | 61 | 275 | 5 | 112 | 0 | 32 | 450 | 73 | 57 |
| Binary | 10110100 | 110001 | 10111101 | 101 | 1001010 | 0 | 11010 | 100101000 | 111011 | 101111 |
Color Harmonies of #B431BD
Complementary color
Monochromatic Colors of #B431BD
Black with #B431BD
Text Example
Text Example
White with #B431BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431BD; }
p { color: rgb(180,49,189); }
H1.HeaderClassName
{
color: #B431BD;
}
.AnyTagClassName
{
color: #B431BD;
}
</style>
background-color css
<style>
a { background-color: #B431BD; }
a { background-color: rgb(180,49,189); }
div.DivClassName
{
background-color: #B431BD;
}
.BgClassName
{
background-color: #B431BD;
}
</style>
border-color css
<style>
span { border-color: #B431BD; }
span { border-color: rgb(180,49,189); }
td.TdClassName
{
border-color: #B431BD;
}
.TagClassName
{
border-color: #B431BD;
}
</style>