Shades of Medium Orchid #BD69E0
Tints of Medium Orchid #BD69E0
RGB
CMYK
RGB Variations
Color information
#BD69E0 (or 0xBD69E0) is known color: Medium Orchid. HEX triplet: BD, 69 and E0. RGB value is (189,105,224). Sum of RGB (Red+Green+Blue) = 189+105+224=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD69E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69E0 is #42961F. Grayscale: #8F8F8F. Windows color (decimal): -4363808 or 14707133. OLE color: 14707133.
HSL color Cylindrical-coordinate representation of color #BD69E0: hue angle of 282.35º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD69E0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 105 | 224 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.12 |
| HSL | 282.35º | 0.66% | 0.65% | - |
| HSV(B) | 282.35º | 0.53% | 0.88% | - |
| XYZ | 39.49 | 26.3 | 73.52 | - |
| YUV | 143.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 224 | 0.16 | 0.53 | 0 | 0.12 | 282.35 | 0.66 | 0.65 |
| Hex | BD | 69 | E0 | 10 | 35 | 0 | C | 11A | 42 | 41 |
| Octal | 275 | 151 | 340 | 20 | 65 | 0 | 14 | 432 | 102 | 101 |
| Binary | 10111101 | 1101001 | 11100000 | 10000 | 110101 | 0 | 1100 | 100011010 | 1000010 | 1000001 |
Color Harmonies of #BD69E0
Complementary color
Monochromatic Colors of #BD69E0
Black with #BD69E0
Text Example
Text Example
White with #BD69E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69E0; }
p { color: rgb(189,105,224); }
H1.HeaderClassName
{
color: #BD69E0;
}
.AnyTagClassName
{
color: #BD69E0;
}
</style>
background-color css
<style>
a { background-color: #BD69E0; }
a { background-color: rgb(189,105,224); }
div.DivClassName
{
background-color: #BD69E0;
}
.BgClassName
{
background-color: #BD69E0;
}
</style>
border-color css
<style>
span { border-color: #BD69E0; }
span { border-color: rgb(189,105,224); }
td.TdClassName
{
border-color: #BD69E0;
}
.TagClassName
{
border-color: #BD69E0;
}
</style>