Shades of Medium Orchid #BD69CE
Tints of Medium Orchid #BD69CE
RGB
CMYK
RGB Variations
Color information
#BD69CE (or 0xBD69CE) is known color: Medium Orchid. HEX triplet: BD, 69 and CE. RGB value is (189,105,206). Sum of RGB (Red+Green+Blue) = 189+105+206=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69CE is #429631. Grayscale: #8D8D8D. Windows color (decimal): -4363826 or 13527485. OLE color: 13527485.
HSL color Cylindrical-coordinate representation of color #BD69CE: hue angle of 289.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD69CE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 105 | 206 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.19 |
| HSL | 289.9º | 0.51% | 0.61% | - |
| HSV(B) | 289.9º | 0.49% | 0.81% | - |
| XYZ | 37.18 | 25.38 | 61.33 | - |
| YUV | 141.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 206 | 0.08 | 0.49 | 0 | 0.19 | 289.9 | 0.51 | 0.61 |
| Hex | BD | 69 | CE | 8 | 31 | 0 | 13 | 122 | 33 | 3D |
| Octal | 275 | 151 | 316 | 10 | 61 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111101 | 1101001 | 11001110 | 1000 | 110001 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BD69CE
Complementary color
Monochromatic Colors of #BD69CE
Black with #BD69CE
Text Example
Text Example
White with #BD69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69CE; }
p { color: rgb(189,105,206); }
H1.HeaderClassName
{
color: #BD69CE;
}
.AnyTagClassName
{
color: #BD69CE;
}
</style>
background-color css
<style>
a { background-color: #BD69CE; }
a { background-color: rgb(189,105,206); }
div.DivClassName
{
background-color: #BD69CE;
}
.BgClassName
{
background-color: #BD69CE;
}
</style>
border-color css
<style>
span { border-color: #BD69CE; }
span { border-color: rgb(189,105,206); }
td.TdClassName
{
border-color: #BD69CE;
}
.TagClassName
{
border-color: #BD69CE;
}
</style>