Shades of Medium Orchid #BD68D2
Tints of Medium Orchid #BD68D2
RGB
CMYK
RGB Variations
Color information
#BD68D2 (or 0xBD68D2) is known color: Medium Orchid. HEX triplet: BD, 68 and D2. RGB value is (189,104,210). Sum of RGB (Red+Green+Blue) = 189+104+210=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D2 is #42972D. Grayscale: #8D8D8D. Windows color (decimal): -4364078 or 13789373. OLE color: 13789373.
HSL color Cylindrical-coordinate representation of color #BD68D2: hue angle of 288.11º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD68D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 104 | 210 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 288.11º | 0.54% | 0.62% | - |
| HSV(B) | 288.11º | 0.5% | 0.82% | - |
| XYZ | 37.57 | 25.37 | 63.89 | - |
| YUV | 141.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 210 | 0.10 | 0.50 | 0 | 0.18 | 288.11 | 0.54 | 0.62 |
| Hex | BD | 68 | D2 | A | 32 | 0 | 12 | 120 | 36 | 3E |
| Octal | 275 | 150 | 322 | 12 | 62 | 0 | 22 | 440 | 66 | 76 |
| Binary | 10111101 | 1101000 | 11010010 | 1010 | 110010 | 0 | 10010 | 100100000 | 110110 | 111110 |
Color Harmonies of #BD68D2
Complementary color
Monochromatic Colors of #BD68D2
Black with #BD68D2
Text Example
Text Example
White with #BD68D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68D2; }
p { color: rgb(189,104,210); }
H1.HeaderClassName
{
color: #BD68D2;
}
.AnyTagClassName
{
color: #BD68D2;
}
</style>
background-color css
<style>
a { background-color: #BD68D2; }
a { background-color: rgb(189,104,210); }
div.DivClassName
{
background-color: #BD68D2;
}
.BgClassName
{
background-color: #BD68D2;
}
</style>
border-color css
<style>
span { border-color: #BD68D2; }
span { border-color: rgb(189,104,210); }
td.TdClassName
{
border-color: #BD68D2;
}
.TagClassName
{
border-color: #BD68D2;
}
</style>