Shades of Medium Orchid #BD77DF
Tints of Medium Orchid #BD77DF
RGB
CMYK
RGB Variations
Color information
#BD77DF (or 0xBD77DF) is known color: Medium Orchid. HEX triplet: BD, 77 and DF. RGB value is (189,119,223). Sum of RGB (Red+Green+Blue) = 189+119+223=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77DF is #428820. Grayscale: #979797. Windows color (decimal): -4360225 or 14645181. OLE color: 14645181.
HSL color Cylindrical-coordinate representation of color #BD77DF: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD77DF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 119 | 223 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.13 |
| HSL | 280.38º | 0.62% | 0.67% | - |
| HSV(B) | 280.38º | 0.47% | 0.87% | - |
| XYZ | 40.9 | 29.34 | 73.32 | - |
| YUV | 151.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 223 | 0.15 | 0.47 | 0 | 0.13 | 280.38 | 0.62 | 0.67 |
| Hex | BD | 77 | DF | F | 2F | 0 | D | 118 | 3E | 43 |
| Octal | 275 | 167 | 337 | 17 | 57 | 0 | 15 | 430 | 76 | 103 |
| Binary | 10111101 | 1110111 | 11011111 | 1111 | 101111 | 0 | 1101 | 100011000 | 111110 | 1000011 |
Color Harmonies of #BD77DF
Complementary color
Monochromatic Colors of #BD77DF
Black with #BD77DF
Text Example
Text Example
White with #BD77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77DF; }
p { color: rgb(189,119,223); }
H1.HeaderClassName
{
color: #BD77DF;
}
.AnyTagClassName
{
color: #BD77DF;
}
</style>
background-color css
<style>
a { background-color: #BD77DF; }
a { background-color: rgb(189,119,223); }
div.DivClassName
{
background-color: #BD77DF;
}
.BgClassName
{
background-color: #BD77DF;
}
</style>
border-color css
<style>
span { border-color: #BD77DF; }
span { border-color: rgb(189,119,223); }
td.TdClassName
{
border-color: #BD77DF;
}
.TagClassName
{
border-color: #BD77DF;
}
</style>