Shades of Medium Orchid #BD69E8
Tints of Medium Orchid #BD69E8
RGB
CMYK
RGB Variations
Color information
#BD69E8 (or 0xBD69E8) is known color: Medium Orchid. HEX triplet: BD, 69 and E8. RGB value is (189,105,232). Sum of RGB (Red+Green+Blue) = 189+105+232=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69E8 is #429617. Grayscale: #909090. Windows color (decimal): -4363800 or 15231421. OLE color: 15231421.
HSL color Cylindrical-coordinate representation of color #BD69E8: hue angle of 279.69º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD69E8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 105 | 232 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.09 |
| HSL | 279.69º | 0.73% | 0.66% | - |
| HSV(B) | 279.69º | 0.55% | 0.91% | - |
| XYZ | 40.6 | 26.75 | 79.37 | - |
| YUV | 144.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 232 | 0.19 | 0.55 | 0 | 0.09 | 279.69 | 0.73 | 0.66 |
| Hex | BD | 69 | E8 | 13 | 37 | 0 | 9 | 118 | 49 | 42 |
| Octal | 275 | 151 | 350 | 23 | 67 | 0 | 11 | 430 | 111 | 102 |
| Binary | 10111101 | 1101001 | 11101000 | 10011 | 110111 | 0 | 1001 | 100011000 | 1001001 | 1000010 |
Color Harmonies of #BD69E8
Complementary color
Monochromatic Colors of #BD69E8
Black with #BD69E8
Text Example
Text Example
White with #BD69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69E8; }
p { color: rgb(189,105,232); }
H1.HeaderClassName
{
color: #BD69E8;
}
.AnyTagClassName
{
color: #BD69E8;
}
</style>
background-color css
<style>
a { background-color: #BD69E8; }
a { background-color: rgb(189,105,232); }
div.DivClassName
{
background-color: #BD69E8;
}
.BgClassName
{
background-color: #BD69E8;
}
</style>
border-color css
<style>
span { border-color: #BD69E8; }
span { border-color: rgb(189,105,232); }
td.TdClassName
{
border-color: #BD69E8;
}
.TagClassName
{
border-color: #BD69E8;
}
</style>