Shades of Fuchsia #B431BB
Tints of Fuchsia #B431BB
RGB
CMYK
RGB Variations
Color information
#B431BB (or 0xB431BB) is known color: Fuchsia. HEX triplet: B4, 31 and BB. RGB value is (180,49,187). Sum of RGB (Red+Green+Blue) = 180+49+187=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #B431BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431BB is #4BCE44. Grayscale: #676767. Windows color (decimal): -4968005 or 12267956. OLE color: 12267956.
HSL color Cylindrical-coordinate representation of color #B431BB: hue angle of 296.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431BB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 49 | 187 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.27 |
| HSL | 296.96º | 0.58% | 0.46% | - |
| HSV(B) | 296.96º | 0.74% | 0.73% | - |
| XYZ | 28.89 | 15.49 | 48.48 | - |
| YUV | 103.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 187 | 0.04 | 0.74 | 0 | 0.27 | 296.96 | 0.58 | 0.46 |
| Hex | B4 | 31 | BB | 4 | 4A | 0 | 1B | 129 | 3A | 2E |
| Octal | 264 | 61 | 273 | 4 | 112 | 0 | 33 | 451 | 72 | 56 |
| Binary | 10110100 | 110001 | 10111011 | 100 | 1001010 | 0 | 11011 | 100101001 | 111010 | 101110 |
Color Harmonies of #B431BB
Complementary color
Monochromatic Colors of #B431BB
Black with #B431BB
Text Example
Text Example
White with #B431BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431BB; }
p { color: rgb(180,49,187); }
H1.HeaderClassName
{
color: #B431BB;
}
.AnyTagClassName
{
color: #B431BB;
}
</style>
background-color css
<style>
a { background-color: #B431BB; }
a { background-color: rgb(180,49,187); }
div.DivClassName
{
background-color: #B431BB;
}
.BgClassName
{
background-color: #B431BB;
}
</style>
border-color css
<style>
span { border-color: #B431BB; }
span { border-color: rgb(180,49,187); }
td.TdClassName
{
border-color: #B431BB;
}
.TagClassName
{
border-color: #B431BB;
}
</style>