Shades of Medium Orchid #BF70CE
Tints of Medium Orchid #BF70CE
RGB
CMYK
RGB Variations
Color information
#BF70CE (or 0xBF70CE) is known color: Medium Orchid. HEX triplet: BF, 70 and CE. RGB value is (191,112,206). Sum of RGB (Red+Green+Blue) = 191+112+206=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70CE is #408F31. Grayscale: #929292. Windows color (decimal): -4230962 or 13529279. OLE color: 13529279.
HSL color Cylindrical-coordinate representation of color #BF70CE: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF70CE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 112 | 206 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.19 |
| HSL | 290.43º | 0.49% | 0.62% | - |
| HSV(B) | 290.43º | 0.46% | 0.81% | - |
| XYZ | 38.42 | 27.12 | 61.6 | - |
| YUV | 146.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 206 | 0.07 | 0.46 | 0 | 0.19 | 290.43 | 0.49 | 0.62 |
| Hex | BF | 70 | CE | 7 | 2E | 0 | 13 | 122 | 31 | 3E |
| Octal | 277 | 160 | 316 | 7 | 56 | 0 | 23 | 442 | 61 | 76 |
| Binary | 10111111 | 1110000 | 11001110 | 111 | 101110 | 0 | 10011 | 100100010 | 110001 | 111110 |
Color Harmonies of #BF70CE
Complementary color
Monochromatic Colors of #BF70CE
Black with #BF70CE
Text Example
Text Example
White with #BF70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70CE; }
p { color: rgb(191,112,206); }
H1.HeaderClassName
{
color: #BF70CE;
}
.AnyTagClassName
{
color: #BF70CE;
}
</style>
background-color css
<style>
a { background-color: #BF70CE; }
a { background-color: rgb(191,112,206); }
div.DivClassName
{
background-color: #BF70CE;
}
.BgClassName
{
background-color: #BF70CE;
}
</style>
border-color css
<style>
span { border-color: #BF70CE; }
span { border-color: rgb(191,112,206); }
td.TdClassName
{
border-color: #BF70CE;
}
.TagClassName
{
border-color: #BF70CE;
}
</style>