Shades of Medium Orchid #BD66ED
Tints of Medium Orchid #BD66ED
RGB
CMYK
RGB Variations
Color information
#BD66ED (or 0xBD66ED) is known color: Medium Orchid. HEX triplet: BD, 66 and ED. RGB value is (189,102,237). Sum of RGB (Red+Green+Blue) = 189+102+237=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD66ED is #429912. Grayscale: #8E8E8E. Windows color (decimal): -4364563 or 15558333. OLE color: 15558333.
HSL color Cylindrical-coordinate representation of color #BD66ED: hue angle of 278.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD66ED is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 102 | 237 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.07 |
| HSL | 278.67º | 0.79% | 0.66% | - |
| HSV(B) | 278.67º | 0.57% | 0.93% | - |
| XYZ | 41.02 | 26.44 | 83.06 | - |
| YUV | 143.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 237 | 0.20 | 0.57 | 0 | 0.07 | 278.67 | 0.79 | 0.66 |
| Hex | BD | 66 | ED | 14 | 39 | 0 | 7 | 117 | 4F | 42 |
| Octal | 275 | 146 | 355 | 24 | 71 | 0 | 7 | 427 | 117 | 102 |
| Binary | 10111101 | 1100110 | 11101101 | 10100 | 111001 | 0 | 111 | 100010111 | 1001111 | 1000010 |
Color Harmonies of #BD66ED
Complementary color
Monochromatic Colors of #BD66ED
Black with #BD66ED
Text Example
Text Example
White with #BD66ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD66ED; }
p { color: rgb(189,102,237); }
H1.HeaderClassName
{
color: #BD66ED;
}
.AnyTagClassName
{
color: #BD66ED;
}
</style>
background-color css
<style>
a { background-color: #BD66ED; }
a { background-color: rgb(189,102,237); }
div.DivClassName
{
background-color: #BD66ED;
}
.BgClassName
{
background-color: #BD66ED;
}
</style>
border-color css
<style>
span { border-color: #BD66ED; }
span { border-color: rgb(189,102,237); }
td.TdClassName
{
border-color: #BD66ED;
}
.TagClassName
{
border-color: #BD66ED;
}
</style>