Shades of Medium Orchid #BD41CE
Tints of Medium Orchid #BD41CE
RGB
CMYK
RGB Variations
Color information
#BD41CE (or 0xBD41CE) is known color: Medium Orchid. HEX triplet: BD, 41 and CE. RGB value is (189,65,206). Sum of RGB (Red+Green+Blue) = 189+65+206=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41CE is #42BE31. Grayscale: #757575. Windows color (decimal): -4374066 or 13517245. OLE color: 13517245.
HSL color Cylindrical-coordinate representation of color #BD41CE: hue angle of 292.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD41CE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 65 | 206 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 292.77º | 0.59% | 0.53% | - |
| HSV(B) | 292.77º | 0.68% | 0.81% | - |
| XYZ | 34.02 | 19.06 | 60.28 | - |
| YUV | 118.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 206 | 0.08 | 0.68 | 0 | 0.19 | 292.77 | 0.59 | 0.53 |
| Hex | BD | 41 | CE | 8 | 44 | 0 | 13 | 125 | 3B | 35 |
| Octal | 275 | 101 | 316 | 10 | 104 | 0 | 23 | 445 | 73 | 65 |
| Binary | 10111101 | 1000001 | 11001110 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110101 |
Color Harmonies of #BD41CE
Complementary color
Monochromatic Colors of #BD41CE
Black with #BD41CE
Text Example
Text Example
White with #BD41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41CE; }
p { color: rgb(189,65,206); }
H1.HeaderClassName
{
color: #BD41CE;
}
.AnyTagClassName
{
color: #BD41CE;
}
</style>
background-color css
<style>
a { background-color: #BD41CE; }
a { background-color: rgb(189,65,206); }
div.DivClassName
{
background-color: #BD41CE;
}
.BgClassName
{
background-color: #BD41CE;
}
</style>
border-color css
<style>
span { border-color: #BD41CE; }
span { border-color: rgb(189,65,206); }
td.TdClassName
{
border-color: #BD41CE;
}
.TagClassName
{
border-color: #BD41CE;
}
</style>