Shades of Medium Orchid #BD64ED
Tints of Medium Orchid #BD64ED
RGB
CMYK
RGB Variations
Color information
#BD64ED (or 0xBD64ED) is known color: Medium Orchid. HEX triplet: BD, 64 and ED. RGB value is (189,100,237). Sum of RGB (Red+Green+Blue) = 189+100+237=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64ED is #429B12. Grayscale: #8D8D8D. Windows color (decimal): -4365075 or 15557821. OLE color: 15557821.
HSL color Cylindrical-coordinate representation of color #BD64ED: hue angle of 278.98º degrees, saturation: 0.79, 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 #BD64ED is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 100 | 237 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.07 |
| HSL | 278.98º | 0.79% | 0.66% | - |
| HSV(B) | 278.98º | 0.58% | 0.93% | - |
| XYZ | 40.83 | 26.05 | 83 | - |
| YUV | 142.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 237 | 0.20 | 0.58 | 0 | 0.07 | 278.98 | 0.79 | 0.66 |
| Hex | BD | 64 | ED | 14 | 3A | 0 | 7 | 117 | 4F | 42 |
| Octal | 275 | 144 | 355 | 24 | 72 | 0 | 7 | 427 | 117 | 102 |
| Binary | 10111101 | 1100100 | 11101101 | 10100 | 111010 | 0 | 111 | 100010111 | 1001111 | 1000010 |
Color Harmonies of #BD64ED
Complementary color
Monochromatic Colors of #BD64ED
Black with #BD64ED
Text Example
Text Example
White with #BD64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64ED; }
p { color: rgb(189,100,237); }
H1.HeaderClassName
{
color: #BD64ED;
}
.AnyTagClassName
{
color: #BD64ED;
}
</style>
background-color css
<style>
a { background-color: #BD64ED; }
a { background-color: rgb(189,100,237); }
div.DivClassName
{
background-color: #BD64ED;
}
.BgClassName
{
background-color: #BD64ED;
}
</style>
border-color css
<style>
span { border-color: #BD64ED; }
span { border-color: rgb(189,100,237); }
td.TdClassName
{
border-color: #BD64ED;
}
.TagClassName
{
border-color: #BD64ED;
}
</style>