Shades of Fuchsia #BD5EC1
Tints of Fuchsia #BD5EC1
RGB
CMYK
RGB Variations
Color information
#BD5EC1 (or 0xBD5EC1) is known color: Fuchsia. HEX triplet: BD, 5E and C1. RGB value is (189,94,193). Sum of RGB (Red+Green+Blue) = 189+94+193=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EC1 is #42A13E. Grayscale: #858585. Windows color (decimal): -4366655 or 12672701. OLE color: 12672701.
HSL color Cylindrical-coordinate representation of color #BD5EC1: hue angle of 297.58º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5EC1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 94 | 193 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.24 |
| HSL | 297.58º | 0.44% | 0.56% | - |
| HSV(B) | 297.58º | 0.51% | 0.76% | - |
| XYZ | 34.61 | 22.67 | 53 | - |
| YUV | 133.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 193 | 0.02 | 0.51 | 0 | 0.24 | 297.58 | 0.44 | 0.56 |
| Hex | BD | 5E | C1 | 2 | 33 | 0 | 18 | 12A | 2C | 38 |
| Octal | 275 | 136 | 301 | 2 | 63 | 0 | 30 | 452 | 54 | 70 |
| Binary | 10111101 | 1011110 | 11000001 | 10 | 110011 | 0 | 11000 | 100101010 | 101100 | 111000 |
Color Harmonies of #BD5EC1
Complementary color
Monochromatic Colors of #BD5EC1
Black with #BD5EC1
Text Example
Text Example
White with #BD5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EC1; }
p { color: rgb(189,94,193); }
H1.HeaderClassName
{
color: #BD5EC1;
}
.AnyTagClassName
{
color: #BD5EC1;
}
</style>
background-color css
<style>
a { background-color: #BD5EC1; }
a { background-color: rgb(189,94,193); }
div.DivClassName
{
background-color: #BD5EC1;
}
.BgClassName
{
background-color: #BD5EC1;
}
</style>
border-color css
<style>
span { border-color: #BD5EC1; }
span { border-color: rgb(189,94,193); }
td.TdClassName
{
border-color: #BD5EC1;
}
.TagClassName
{
border-color: #BD5EC1;
}
</style>