Shades of Medium Orchid #BF62D0
Tints of Medium Orchid #BF62D0
RGB
CMYK
RGB Variations
Color information
#BF62D0 (or 0xBF62D0) is known color: Medium Orchid. HEX triplet: BF, 62 and D0. RGB value is (191,98,208). Sum of RGB (Red+Green+Blue) = 191+98+208=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62D0 is #409D2F. Grayscale: #8A8A8A. Windows color (decimal): -4234544 or 13656767. OLE color: 13656767.
HSL color Cylindrical-coordinate representation of color #BF62D0: hue angle of 290.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF62D0 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 98 | 208 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.18 |
| HSL | 290.73º | 0.54% | 0.6% | - |
| HSV(B) | 290.73º | 0.53% | 0.82% | - |
| XYZ | 37.24 | 24.37 | 62.41 | - |
| YUV | 138.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 208 | 0.08 | 0.53 | 0 | 0.18 | 290.73 | 0.54 | 0.6 |
| Hex | BF | 62 | D0 | 8 | 35 | 0 | 12 | 123 | 36 | 3C |
| Octal | 277 | 142 | 320 | 10 | 65 | 0 | 22 | 443 | 66 | 74 |
| Binary | 10111111 | 1100010 | 11010000 | 1000 | 110101 | 0 | 10010 | 100100011 | 110110 | 111100 |
Color Harmonies of #BF62D0
Complementary color
Monochromatic Colors of #BF62D0
Black with #BF62D0
Text Example
Text Example
White with #BF62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62D0; }
p { color: rgb(191,98,208); }
H1.HeaderClassName
{
color: #BF62D0;
}
.AnyTagClassName
{
color: #BF62D0;
}
</style>
background-color css
<style>
a { background-color: #BF62D0; }
a { background-color: rgb(191,98,208); }
div.DivClassName
{
background-color: #BF62D0;
}
.BgClassName
{
background-color: #BF62D0;
}
</style>
border-color css
<style>
span { border-color: #BF62D0; }
span { border-color: rgb(191,98,208); }
td.TdClassName
{
border-color: #BF62D0;
}
.TagClassName
{
border-color: #BF62D0;
}
</style>