Shades of Fuchsia #B431B2
Tints of Fuchsia #B431B2
RGB
CMYK
RGB Variations
Color information
#B431B2 (or 0xB431B2) is known color: Fuchsia. HEX triplet: B4, 31 and B2. RGB value is (180,49,178). Sum of RGB (Red+Green+Blue) = 180+49+178=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B431B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B431B2 is #4BCE4D. Grayscale: #666666. Windows color (decimal): -4968014 or 11678132. OLE color: 11678132.
HSL color Cylindrical-coordinate representation of color #B431B2: hue angle of 300.92º 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 #B431B2 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 178 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.29 |
| HSL | 300.92º | 0.57% | 0.45% | - |
| HSV(B) | 300.92º | 0.73% | 0.71% | - |
| XYZ | 27.96 | 15.11 | 43.56 | - |
| YUV | 102.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 178 | 0 | 0.73 | 0.01 | 0.29 | 300.92 | 0.57 | 0.45 |
| Hex | B4 | 31 | B2 | 0 | 49 | 1 | 1D | 12D | 39 | 2D |
| Octal | 264 | 61 | 262 | 0 | 111 | 1 | 35 | 455 | 71 | 55 |
| Binary | 10110100 | 110001 | 10110010 | 0 | 1001001 | 1 | 11101 | 100101101 | 111001 | 101101 |
Color Harmonies of #B431B2
Complementary color
Monochromatic Colors of #B431B2
Black with #B431B2
Text Example
Text Example
White with #B431B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431B2; }
p { color: rgb(180,49,178); }
H1.HeaderClassName
{
color: #B431B2;
}
.AnyTagClassName
{
color: #B431B2;
}
</style>
background-color css
<style>
a { background-color: #B431B2; }
a { background-color: rgb(180,49,178); }
div.DivClassName
{
background-color: #B431B2;
}
.BgClassName
{
background-color: #B431B2;
}
</style>
border-color css
<style>
span { border-color: #B431B2; }
span { border-color: rgb(180,49,178); }
td.TdClassName
{
border-color: #B431B2;
}
.TagClassName
{
border-color: #B431B2;
}
</style>