Shades of Medium Orchid #BD79E1
Tints of Medium Orchid #BD79E1
RGB
CMYK
RGB Variations
Color information
#BD79E1 (or 0xBD79E1) is known color: Medium Orchid. HEX triplet: BD, 79 and E1. RGB value is (189,121,225). Sum of RGB (Red+Green+Blue) = 189+121+225=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79E1 is #42861E. Grayscale: #989898. Windows color (decimal): -4359711 or 14776765. OLE color: 14776765.
HSL color Cylindrical-coordinate representation of color #BD79E1: hue angle of 279.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD79E1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 121 | 225 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.12 |
| HSL | 279.23º | 0.63% | 0.68% | - |
| HSV(B) | 279.23º | 0.46% | 0.88% | - |
| XYZ | 41.41 | 29.93 | 74.83 | - |
| YUV | 153.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 225 | 0.16 | 0.46 | 0 | 0.12 | 279.23 | 0.63 | 0.68 |
| Hex | BD | 79 | E1 | 10 | 2E | 0 | C | 117 | 3F | 44 |
| Octal | 275 | 171 | 341 | 20 | 56 | 0 | 14 | 427 | 77 | 104 |
| Binary | 10111101 | 1111001 | 11100001 | 10000 | 101110 | 0 | 1100 | 100010111 | 111111 | 1000100 |
Color Harmonies of #BD79E1
Complementary color
Monochromatic Colors of #BD79E1
Black with #BD79E1
Text Example
Text Example
White with #BD79E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79E1; }
p { color: rgb(189,121,225); }
H1.HeaderClassName
{
color: #BD79E1;
}
.AnyTagClassName
{
color: #BD79E1;
}
</style>
background-color css
<style>
a { background-color: #BD79E1; }
a { background-color: rgb(189,121,225); }
div.DivClassName
{
background-color: #BD79E1;
}
.BgClassName
{
background-color: #BD79E1;
}
</style>
border-color css
<style>
span { border-color: #BD79E1; }
span { border-color: rgb(189,121,225); }
td.TdClassName
{
border-color: #BD79E1;
}
.TagClassName
{
border-color: #BD79E1;
}
</style>