Shades of Medium Orchid #BD68DC
Tints of Medium Orchid #BD68DC
RGB
CMYK
RGB Variations
Color information
#BD68DC (or 0xBD68DC) is known color: Medium Orchid. HEX triplet: BD, 68 and DC. RGB value is (189,104,220). Sum of RGB (Red+Green+Blue) = 189+104+220=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68DC is #429723. Grayscale: #8E8E8E. Windows color (decimal): -4364068 or 14444733. OLE color: 14444733.
HSL color Cylindrical-coordinate representation of color #BD68DC: hue angle of 283.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD68DC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 104 | 220 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.14 |
| HSL | 283.97º | 0.62% | 0.64% | - |
| HSV(B) | 283.97º | 0.53% | 0.86% | - |
| XYZ | 38.85 | 25.89 | 70.66 | - |
| YUV | 142.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 220 | 0.14 | 0.53 | 0 | 0.14 | 283.97 | 0.62 | 0.64 |
| Hex | BD | 68 | DC | E | 35 | 0 | E | 11C | 3E | 40 |
| Octal | 275 | 150 | 334 | 16 | 65 | 0 | 16 | 434 | 76 | 100 |
| Binary | 10111101 | 1101000 | 11011100 | 1110 | 110101 | 0 | 1110 | 100011100 | 111110 | 1000000 |
Color Harmonies of #BD68DC
Complementary color
Monochromatic Colors of #BD68DC
Black with #BD68DC
Text Example
Text Example
White with #BD68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68DC; }
p { color: rgb(189,104,220); }
H1.HeaderClassName
{
color: #BD68DC;
}
.AnyTagClassName
{
color: #BD68DC;
}
</style>
background-color css
<style>
a { background-color: #BD68DC; }
a { background-color: rgb(189,104,220); }
div.DivClassName
{
background-color: #BD68DC;
}
.BgClassName
{
background-color: #BD68DC;
}
</style>
border-color css
<style>
span { border-color: #BD68DC; }
span { border-color: rgb(189,104,220); }
td.TdClassName
{
border-color: #BD68DC;
}
.TagClassName
{
border-color: #BD68DC;
}
</style>