Shades of Fuchsia #BD31CB
Tints of Fuchsia #BD31CB
RGB
CMYK
RGB Variations
Color information
#BD31CB (or 0xBD31CB) is known color: Fuchsia. HEX triplet: BD, 31 and CB. RGB value is (189,49,203). Sum of RGB (Red+Green+Blue) = 189+49+203=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31CB is #42CE34. Grayscale: #6B6B6B. Windows color (decimal): -4378165 or 13316541. OLE color: 13316541.
HSL color Cylindrical-coordinate representation of color #BD31CB: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD31CB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 49 | 203 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.20 |
| HSL | 294.55º | 0.61% | 0.49% | - |
| HSV(B) | 294.55º | 0.76% | 0.8% | - |
| XYZ | 32.86 | 17.33 | 58.11 | - |
| YUV | 108.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 203 | 0.07 | 0.76 | 0 | 0.20 | 294.55 | 0.61 | 0.49 |
| Hex | BD | 31 | CB | 7 | 4C | 0 | 14 | 127 | 3D | 31 |
| Octal | 275 | 61 | 313 | 7 | 114 | 0 | 24 | 447 | 75 | 61 |
| Binary | 10111101 | 110001 | 11001011 | 111 | 1001100 | 0 | 10100 | 100100111 | 111101 | 110001 |
Color Harmonies of #BD31CB
Complementary color
Monochromatic Colors of #BD31CB
Black with #BD31CB
Text Example
Text Example
White with #BD31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31CB; }
p { color: rgb(189,49,203); }
H1.HeaderClassName
{
color: #BD31CB;
}
.AnyTagClassName
{
color: #BD31CB;
}
</style>
background-color css
<style>
a { background-color: #BD31CB; }
a { background-color: rgb(189,49,203); }
div.DivClassName
{
background-color: #BD31CB;
}
.BgClassName
{
background-color: #BD31CB;
}
</style>
border-color css
<style>
span { border-color: #BD31CB; }
span { border-color: rgb(189,49,203); }
td.TdClassName
{
border-color: #BD31CB;
}
.TagClassName
{
border-color: #BD31CB;
}
</style>