Shades of Fuchsia #BD31B4
Tints of Fuchsia #BD31B4
RGB
CMYK
RGB Variations
Color information
#BD31B4 (or 0xBD31B4) is known color: Fuchsia. HEX triplet: BD, 31 and B4. RGB value is (189,49,180). Sum of RGB (Red+Green+Blue) = 189+49+180=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31B4 is #42CE4B. Grayscale: #696969. Windows color (decimal): -4378188 or 11809213. OLE color: 11809213.
HSL color Cylindrical-coordinate representation of color #BD31B4: hue angle of 303.86º 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 #BD31B4 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 180 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.26 |
| HSL | 303.86º | 0.59% | 0.47% | - |
| HSV(B) | 303.86º | 0.74% | 0.74% | - |
| XYZ | 30.32 | 16.31 | 44.73 | - |
| YUV | 105.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 180 | 0 | 0.74 | 0.05 | 0.26 | 303.86 | 0.59 | 0.47 |
| Hex | BD | 31 | B4 | 0 | 4A | 5 | 1A | 130 | 3B | 2F |
| Octal | 275 | 61 | 264 | 0 | 112 | 5 | 32 | 460 | 73 | 57 |
| Binary | 10111101 | 110001 | 10110100 | 0 | 1001010 | 101 | 11010 | 100110000 | 111011 | 101111 |
Color Harmonies of #BD31B4
Complementary color
Monochromatic Colors of #BD31B4
Black with #BD31B4
Text Example
Text Example
White with #BD31B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31B4; }
p { color: rgb(189,49,180); }
H1.HeaderClassName
{
color: #BD31B4;
}
.AnyTagClassName
{
color: #BD31B4;
}
</style>
background-color css
<style>
a { background-color: #BD31B4; }
a { background-color: rgb(189,49,180); }
div.DivClassName
{
background-color: #BD31B4;
}
.BgClassName
{
background-color: #BD31B4;
}
</style>
border-color css
<style>
span { border-color: #BD31B4; }
span { border-color: rgb(189,49,180); }
td.TdClassName
{
border-color: #BD31B4;
}
.TagClassName
{
border-color: #BD31B4;
}
</style>