Shades of Medium Orchid #BD70DF
Tints of Medium Orchid #BD70DF
RGB
CMYK
RGB Variations
Color information
#BD70DF (or 0xBD70DF) is known color: Medium Orchid. HEX triplet: BD, 70 and DF. RGB value is (189,112,223). Sum of RGB (Red+Green+Blue) = 189+112+223=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70DF is #428F20. Grayscale: #939393. Windows color (decimal): -4362017 or 14643389. OLE color: 14643389.
HSL color Cylindrical-coordinate representation of color #BD70DF: hue angle of 281.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD70DF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 112 | 223 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.13 |
| HSL | 281.62º | 0.63% | 0.66% | - |
| HSV(B) | 281.62º | 0.5% | 0.87% | - |
| XYZ | 40.1 | 27.73 | 73.05 | - |
| YUV | 147.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 223 | 0.15 | 0.50 | 0 | 0.13 | 281.62 | 0.63 | 0.66 |
| Hex | BD | 70 | DF | F | 32 | 0 | D | 11A | 3F | 42 |
| Octal | 275 | 160 | 337 | 17 | 62 | 0 | 15 | 432 | 77 | 102 |
| Binary | 10111101 | 1110000 | 11011111 | 1111 | 110010 | 0 | 1101 | 100011010 | 111111 | 1000010 |
Color Harmonies of #BD70DF
Complementary color
Monochromatic Colors of #BD70DF
Black with #BD70DF
Text Example
Text Example
White with #BD70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70DF; }
p { color: rgb(189,112,223); }
H1.HeaderClassName
{
color: #BD70DF;
}
.AnyTagClassName
{
color: #BD70DF;
}
</style>
background-color css
<style>
a { background-color: #BD70DF; }
a { background-color: rgb(189,112,223); }
div.DivClassName
{
background-color: #BD70DF;
}
.BgClassName
{
background-color: #BD70DF;
}
</style>
border-color css
<style>
span { border-color: #BD70DF; }
span { border-color: rgb(189,112,223); }
td.TdClassName
{
border-color: #BD70DF;
}
.TagClassName
{
border-color: #BD70DF;
}
</style>