Shades of Fuchsia #B431BC
Tints of Fuchsia #B431BC
RGB
CMYK
RGB Variations
Color information
#B431BC (or 0xB431BC) is known color: Fuchsia. HEX triplet: B4, 31 and BC. RGB value is (180,49,188). Sum of RGB (Red+Green+Blue) = 180+49+188=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #B431BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431BC is #4BCE43. Grayscale: #676767. Windows color (decimal): -4968004 or 12333492. OLE color: 12333492.
HSL color Cylindrical-coordinate representation of color #B431BC: hue angle of 296.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431BC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 49 | 188 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.26 |
| HSL | 296.55º | 0.59% | 0.46% | - |
| HSV(B) | 296.55º | 0.74% | 0.74% | - |
| XYZ | 29 | 15.53 | 49.05 | - |
| YUV | 104.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 188 | 0.04 | 0.74 | 0 | 0.26 | 296.55 | 0.59 | 0.46 |
| Hex | B4 | 31 | BC | 4 | 4A | 0 | 1A | 129 | 3B | 2E |
| Octal | 264 | 61 | 274 | 4 | 112 | 0 | 32 | 451 | 73 | 56 |
| Binary | 10110100 | 110001 | 10111100 | 100 | 1001010 | 0 | 11010 | 100101001 | 111011 | 101110 |
Color Harmonies of #B431BC
Complementary color
Monochromatic Colors of #B431BC
Black with #B431BC
Text Example
Text Example
White with #B431BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431BC; }
p { color: rgb(180,49,188); }
H1.HeaderClassName
{
color: #B431BC;
}
.AnyTagClassName
{
color: #B431BC;
}
</style>
background-color css
<style>
a { background-color: #B431BC; }
a { background-color: rgb(180,49,188); }
div.DivClassName
{
background-color: #B431BC;
}
.BgClassName
{
background-color: #B431BC;
}
</style>
border-color css
<style>
span { border-color: #B431BC; }
span { border-color: rgb(180,49,188); }
td.TdClassName
{
border-color: #B431BC;
}
.TagClassName
{
border-color: #B431BC;
}
</style>