Shades of Medium Orchid #BD6DE1
Tints of Medium Orchid #BD6DE1
RGB
CMYK
RGB Variations
Color information
#BD6DE1 (or 0xBD6DE1) is known color: Medium Orchid. HEX triplet: BD, 6D and E1. RGB value is (189,109,225). Sum of RGB (Red+Green+Blue) = 189+109+225=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD6DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DE1 is #42921E. Grayscale: #919191. Windows color (decimal): -4362783 or 14773693. OLE color: 14773693.
HSL color Cylindrical-coordinate representation of color #BD6DE1: hue angle of 281.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6DE1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 109 | 225 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.12 |
| HSL | 281.38º | 0.66% | 0.65% | - |
| HSV(B) | 281.38º | 0.52% | 0.88% | - |
| XYZ | 40.05 | 27.19 | 74.37 | - |
| YUV | 146.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 225 | 0.16 | 0.52 | 0 | 0.12 | 281.38 | 0.66 | 0.65 |
| Hex | BD | 6D | E1 | 10 | 34 | 0 | C | 119 | 42 | 41 |
| Octal | 275 | 155 | 341 | 20 | 64 | 0 | 14 | 431 | 102 | 101 |
| Binary | 10111101 | 1101101 | 11100001 | 10000 | 110100 | 0 | 1100 | 100011001 | 1000010 | 1000001 |
Color Harmonies of #BD6DE1
Complementary color
Monochromatic Colors of #BD6DE1
Black with #BD6DE1
Text Example
Text Example
White with #BD6DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DE1; }
p { color: rgb(189,109,225); }
H1.HeaderClassName
{
color: #BD6DE1;
}
.AnyTagClassName
{
color: #BD6DE1;
}
</style>
background-color css
<style>
a { background-color: #BD6DE1; }
a { background-color: rgb(189,109,225); }
div.DivClassName
{
background-color: #BD6DE1;
}
.BgClassName
{
background-color: #BD6DE1;
}
</style>
border-color css
<style>
span { border-color: #BD6DE1; }
span { border-color: rgb(189,109,225); }
td.TdClassName
{
border-color: #BD6DE1;
}
.TagClassName
{
border-color: #BD6DE1;
}
</style>