Shades of Medium Orchid #BD65EE
Tints of Medium Orchid #BD65EE
RGB
CMYK
RGB Variations
Color information
#BD65EE (or 0xBD65EE) is known color: Medium Orchid. HEX triplet: BD, 65 and EE. RGB value is (189,101,238). Sum of RGB (Red+Green+Blue) = 189+101+238=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65EE is #429A11. Grayscale: #8E8E8E. Windows color (decimal): -4364818 or 15623613. OLE color: 15623613.
HSL color Cylindrical-coordinate representation of color #BD65EE: hue angle of 278.54º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD65EE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 101 | 238 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.54º | 0.8% | 0.66% | - |
| HSV(B) | 278.54º | 0.58% | 0.93% | - |
| XYZ | 41.07 | 26.3 | 83.8 | - |
| YUV | 142.93 | 181.65 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 238 | 0.21 | 0.58 | 0 | 0.07 | 278.54 | 0.8 | 0.66 |
| Hex | BD | 65 | EE | 15 | 3A | 0 | 7 | 117 | 50 | 42 |
| Octal | 275 | 145 | 356 | 25 | 72 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111101 | 1100101 | 11101110 | 10101 | 111010 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BD65EE
Complementary color
Monochromatic Colors of #BD65EE
Black with #BD65EE
Text Example
Text Example
White with #BD65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65EE; }
p { color: rgb(189,101,238); }
H1.HeaderClassName
{
color: #BD65EE;
}
.AnyTagClassName
{
color: #BD65EE;
}
</style>
background-color css
<style>
a { background-color: #BD65EE; }
a { background-color: rgb(189,101,238); }
div.DivClassName
{
background-color: #BD65EE;
}
.BgClassName
{
background-color: #BD65EE;
}
</style>
border-color css
<style>
span { border-color: #BD65EE; }
span { border-color: rgb(189,101,238); }
td.TdClassName
{
border-color: #BD65EE;
}
.TagClassName
{
border-color: #BD65EE;
}
</style>