Shades of Fuchsia #BD5EBC
Tints of Fuchsia #BD5EBC
RGB
CMYK
RGB Variations
Color information
#BD5EBC (or 0xBD5EBC) is known color: Fuchsia. HEX triplet: BD, 5E and BC. RGB value is (189,94,188). Sum of RGB (Red+Green+Blue) = 189+94+188=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5EBC is #42A143. Grayscale: #848484. Windows color (decimal): -4366660 or 12345021. OLE color: 12345021.
HSL color Cylindrical-coordinate representation of color #BD5EBC: hue angle of 300.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EBC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 188 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.26 |
| HSL | 300.63º | 0.42% | 0.55% | - |
| HSV(B) | 300.63º | 0.5% | 0.74% | - |
| XYZ | 34.07 | 22.46 | 50.12 | - |
| YUV | 133.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 188 | 0 | 0.50 | 0.01 | 0.26 | 300.63 | 0.42 | 0.55 |
| Hex | BD | 5E | BC | 0 | 32 | 1 | 1A | 12D | 2A | 37 |
| Octal | 275 | 136 | 274 | 0 | 62 | 1 | 32 | 455 | 52 | 67 |
| Binary | 10111101 | 1011110 | 10111100 | 0 | 110010 | 1 | 11010 | 100101101 | 101010 | 110111 |
Color Harmonies of #BD5EBC
Complementary color
Monochromatic Colors of #BD5EBC
Black with #BD5EBC
Text Example
Text Example
White with #BD5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EBC; }
p { color: rgb(189,94,188); }
H1.HeaderClassName
{
color: #BD5EBC;
}
.AnyTagClassName
{
color: #BD5EBC;
}
</style>
background-color css
<style>
a { background-color: #BD5EBC; }
a { background-color: rgb(189,94,188); }
div.DivClassName
{
background-color: #BD5EBC;
}
.BgClassName
{
background-color: #BD5EBC;
}
</style>
border-color css
<style>
span { border-color: #BD5EBC; }
span { border-color: rgb(189,94,188); }
td.TdClassName
{
border-color: #BD5EBC;
}
.TagClassName
{
border-color: #BD5EBC;
}
</style>