Shades of Medium Orchid #BD40CE
Tints of Medium Orchid #BD40CE
RGB
CMYK
RGB Variations
Color information
#BD40CE (or 0xBD40CE) is known color: Medium Orchid. HEX triplet: BD, 40 and CE. RGB value is (189,64,206). Sum of RGB (Red+Green+Blue) = 189+64+206=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40CE is #42BF31. Grayscale: #757575. Windows color (decimal): -4374322 or 13516989. OLE color: 13516989.
HSL color Cylindrical-coordinate representation of color #BD40CE: hue angle of 292.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD40CE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 64 | 206 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.19 |
| HSL | 292.82º | 0.59% | 0.53% | - |
| HSV(B) | 292.82º | 0.69% | 0.81% | - |
| XYZ | 33.96 | 18.94 | 60.26 | - |
| YUV | 117.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 206 | 0.08 | 0.69 | 0 | 0.19 | 292.82 | 0.59 | 0.53 |
| Hex | BD | 40 | CE | 8 | 45 | 0 | 13 | 125 | 3B | 35 |
| Octal | 275 | 100 | 316 | 10 | 105 | 0 | 23 | 445 | 73 | 65 |
| Binary | 10111101 | 1000000 | 11001110 | 1000 | 1000101 | 0 | 10011 | 100100101 | 111011 | 110101 |
Color Harmonies of #BD40CE
Complementary color
Monochromatic Colors of #BD40CE
Black with #BD40CE
Text Example
Text Example
White with #BD40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40CE; }
p { color: rgb(189,64,206); }
H1.HeaderClassName
{
color: #BD40CE;
}
.AnyTagClassName
{
color: #BD40CE;
}
</style>
background-color css
<style>
a { background-color: #BD40CE; }
a { background-color: rgb(189,64,206); }
div.DivClassName
{
background-color: #BD40CE;
}
.BgClassName
{
background-color: #BD40CE;
}
</style>
border-color css
<style>
span { border-color: #BD40CE; }
span { border-color: rgb(189,64,206); }
td.TdClassName
{
border-color: #BD40CE;
}
.TagClassName
{
border-color: #BD40CE;
}
</style>