Shades of Fuchsia #BD31CA
Tints of Fuchsia #BD31CA
RGB
CMYK
RGB Variations
Color information
#BD31CA (or 0xBD31CA) is known color: Fuchsia. HEX triplet: BD, 31 and CA. RGB value is (189,49,202). Sum of RGB (Red+Green+Blue) = 189+49+202=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31CA is #42CE35. Grayscale: #6B6B6B. Windows color (decimal): -4378166 or 13251005. OLE color: 13251005.
HSL color Cylindrical-coordinate representation of color #BD31CA: hue angle of 294.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD31CA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 49 | 202 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.21 |
| HSL | 294.9º | 0.61% | 0.49% | - |
| HSV(B) | 294.9º | 0.76% | 0.79% | - |
| XYZ | 32.75 | 17.28 | 57.49 | - |
| YUV | 108.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 202 | 0.06 | 0.76 | 0 | 0.21 | 294.9 | 0.61 | 0.49 |
| Hex | BD | 31 | CA | 6 | 4C | 0 | 15 | 127 | 3D | 31 |
| Octal | 275 | 61 | 312 | 6 | 114 | 0 | 25 | 447 | 75 | 61 |
| Binary | 10111101 | 110001 | 11001010 | 110 | 1001100 | 0 | 10101 | 100100111 | 111101 | 110001 |
Color Harmonies of #BD31CA
Complementary color
Monochromatic Colors of #BD31CA
Black with #BD31CA
Text Example
Text Example
White with #BD31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31CA; }
p { color: rgb(189,49,202); }
H1.HeaderClassName
{
color: #BD31CA;
}
.AnyTagClassName
{
color: #BD31CA;
}
</style>
background-color css
<style>
a { background-color: #BD31CA; }
a { background-color: rgb(189,49,202); }
div.DivClassName
{
background-color: #BD31CA;
}
.BgClassName
{
background-color: #BD31CA;
}
</style>
border-color css
<style>
span { border-color: #BD31CA; }
span { border-color: rgb(189,49,202); }
td.TdClassName
{
border-color: #BD31CA;
}
.TagClassName
{
border-color: #BD31CA;
}
</style>