Shades of Fuchsia #BD31B5
Tints of Fuchsia #BD31B5
RGB
CMYK
RGB Variations
Color information
#BD31B5 (or 0xBD31B5) is known color: Fuchsia. HEX triplet: BD, 31 and B5. RGB value is (189,49,181). Sum of RGB (Red+Green+Blue) = 189+49+181=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31B5 is #42CE4A. Grayscale: #696969. Windows color (decimal): -4378187 or 11874749. OLE color: 11874749.
HSL color Cylindrical-coordinate representation of color #BD31B5: hue angle of 303.43º 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 #BD31B5 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 181 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.26 |
| HSL | 303.43º | 0.59% | 0.47% | - |
| HSV(B) | 303.43º | 0.74% | 0.74% | - |
| XYZ | 30.43 | 16.35 | 45.27 | - |
| YUV | 105.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 181 | 0 | 0.74 | 0.04 | 0.26 | 303.43 | 0.59 | 0.47 |
| Hex | BD | 31 | B5 | 0 | 4A | 4 | 1A | 12F | 3B | 2F |
| Octal | 275 | 61 | 265 | 0 | 112 | 4 | 32 | 457 | 73 | 57 |
| Binary | 10111101 | 110001 | 10110101 | 0 | 1001010 | 100 | 11010 | 100101111 | 111011 | 101111 |
Color Harmonies of #BD31B5
Complementary color
Monochromatic Colors of #BD31B5
Black with #BD31B5
Text Example
Text Example
White with #BD31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31B5; }
p { color: rgb(189,49,181); }
H1.HeaderClassName
{
color: #BD31B5;
}
.AnyTagClassName
{
color: #BD31B5;
}
</style>
background-color css
<style>
a { background-color: #BD31B5; }
a { background-color: rgb(189,49,181); }
div.DivClassName
{
background-color: #BD31B5;
}
.BgClassName
{
background-color: #BD31B5;
}
</style>
border-color css
<style>
span { border-color: #BD31B5; }
span { border-color: rgb(189,49,181); }
td.TdClassName
{
border-color: #BD31B5;
}
.TagClassName
{
border-color: #BD31B5;
}
</style>