Shades of Medium Orchid #BD68CE
Tints of Medium Orchid #BD68CE
RGB
CMYK
RGB Variations
Color information
#BD68CE (or 0xBD68CE) is known color: Medium Orchid. HEX triplet: BD, 68 and CE. RGB value is (189,104,206). Sum of RGB (Red+Green+Blue) = 189+104+206=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CE is #429731. Grayscale: #8C8C8C. Windows color (decimal): -4364082 or 13527229. OLE color: 13527229.
HSL color Cylindrical-coordinate representation of color #BD68CE: hue angle of 290º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD68CE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 104 | 206 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.19 |
| HSL | 290º | 0.51% | 0.61% | - |
| HSV(B) | 290º | 0.5% | 0.81% | - |
| XYZ | 37.08 | 25.18 | 61.3 | - |
| YUV | 141.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 206 | 0.08 | 0.50 | 0 | 0.19 | 290 | 0.51 | 0.61 |
| Hex | BD | 68 | CE | 8 | 32 | 0 | 13 | 122 | 33 | 3D |
| Octal | 275 | 150 | 316 | 10 | 62 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111101 | 1101000 | 11001110 | 1000 | 110010 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BD68CE
Complementary color
Monochromatic Colors of #BD68CE
Black with #BD68CE
Text Example
Text Example
White with #BD68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68CE; }
p { color: rgb(189,104,206); }
H1.HeaderClassName
{
color: #BD68CE;
}
.AnyTagClassName
{
color: #BD68CE;
}
</style>
background-color css
<style>
a { background-color: #BD68CE; }
a { background-color: rgb(189,104,206); }
div.DivClassName
{
background-color: #BD68CE;
}
.BgClassName
{
background-color: #BD68CE;
}
</style>
border-color css
<style>
span { border-color: #BD68CE; }
span { border-color: rgb(189,104,206); }
td.TdClassName
{
border-color: #BD68CE;
}
.TagClassName
{
border-color: #BD68CE;
}
</style>