Shades of Medium Orchid #BF70DF
Tints of Medium Orchid #BF70DF
RGB
CMYK
RGB Variations
Color information
#BF70DF (or 0xBF70DF) is known color: Medium Orchid. HEX triplet: BF, 70 and DF. RGB value is (191,112,223). Sum of RGB (Red+Green+Blue) = 191+112+223=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70DF is #408F20. Grayscale: #939393. Windows color (decimal): -4230945 or 14643391. OLE color: 14643391.
HSL color Cylindrical-coordinate representation of color #BF70DF: hue angle of 282.7º 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 #BF70DF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 112 | 223 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.13 |
| HSL | 282.7º | 0.63% | 0.66% | - |
| HSV(B) | 282.7º | 0.5% | 0.87% | - |
| XYZ | 40.6 | 27.99 | 73.08 | - |
| YUV | 148.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 223 | 0.14 | 0.50 | 0 | 0.13 | 282.7 | 0.63 | 0.66 |
| Hex | BF | 70 | DF | E | 32 | 0 | D | 11B | 3F | 42 |
| Octal | 277 | 160 | 337 | 16 | 62 | 0 | 15 | 433 | 77 | 102 |
| Binary | 10111111 | 1110000 | 11011111 | 1110 | 110010 | 0 | 1101 | 100011011 | 111111 | 1000010 |
Color Harmonies of #BF70DF
Complementary color
Monochromatic Colors of #BF70DF
Black with #BF70DF
Text Example
Text Example
White with #BF70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70DF; }
p { color: rgb(191,112,223); }
H1.HeaderClassName
{
color: #BF70DF;
}
.AnyTagClassName
{
color: #BF70DF;
}
</style>
background-color css
<style>
a { background-color: #BF70DF; }
a { background-color: rgb(191,112,223); }
div.DivClassName
{
background-color: #BF70DF;
}
.BgClassName
{
background-color: #BF70DF;
}
</style>
border-color css
<style>
span { border-color: #BF70DF; }
span { border-color: rgb(191,112,223); }
td.TdClassName
{
border-color: #BF70DF;
}
.TagClassName
{
border-color: #BF70DF;
}
</style>