Shades of Medium Orchid #BF70DC
Tints of Medium Orchid #BF70DC
RGB
CMYK
RGB Variations
Color information
#BF70DC (or 0xBF70DC) is known color: Medium Orchid. HEX triplet: BF, 70 and DC. RGB value is (191,112,220). Sum of RGB (Red+Green+Blue) = 191+112+220=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70DC is #408F23. Grayscale: #939393. Windows color (decimal): -4230948 or 14446783. OLE color: 14446783.
HSL color Cylindrical-coordinate representation of color #BF70DC: hue angle of 283.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF70DC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 112 | 220 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.14 |
| HSL | 283.89º | 0.61% | 0.65% | - |
| HSV(B) | 283.89º | 0.49% | 0.86% | - |
| XYZ | 40.2 | 27.83 | 70.96 | - |
| YUV | 147.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 220 | 0.13 | 0.49 | 0 | 0.14 | 283.89 | 0.61 | 0.65 |
| Hex | BF | 70 | DC | D | 31 | 0 | E | 11C | 3D | 41 |
| Octal | 277 | 160 | 334 | 15 | 61 | 0 | 16 | 434 | 75 | 101 |
| Binary | 10111111 | 1110000 | 11011100 | 1101 | 110001 | 0 | 1110 | 100011100 | 111101 | 1000001 |
Color Harmonies of #BF70DC
Complementary color
Monochromatic Colors of #BF70DC
Black with #BF70DC
Text Example
Text Example
White with #BF70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70DC; }
p { color: rgb(191,112,220); }
H1.HeaderClassName
{
color: #BF70DC;
}
.AnyTagClassName
{
color: #BF70DC;
}
</style>
background-color css
<style>
a { background-color: #BF70DC; }
a { background-color: rgb(191,112,220); }
div.DivClassName
{
background-color: #BF70DC;
}
.BgClassName
{
background-color: #BF70DC;
}
</style>
border-color css
<style>
span { border-color: #BF70DC; }
span { border-color: rgb(191,112,220); }
td.TdClassName
{
border-color: #BF70DC;
}
.TagClassName
{
border-color: #BF70DC;
}
</style>