Shades of Medium Orchid #BF62D5
Tints of Medium Orchid #BF62D5
RGB
CMYK
RGB Variations
Color information
#BF62D5 (or 0xBF62D5) is known color: Medium Orchid. HEX triplet: BF, 62 and D5. RGB value is (191,98,213). Sum of RGB (Red+Green+Blue) = 191+98+213=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62D5 is #409D2A. Grayscale: #8A8A8A. Windows color (decimal): -4234539 or 13984447. OLE color: 13984447.
HSL color Cylindrical-coordinate representation of color #BF62D5: hue angle of 288.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF62D5 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 98 | 213 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.16 |
| HSL | 288.52º | 0.58% | 0.61% | - |
| HSV(B) | 288.52º | 0.54% | 0.84% | - |
| XYZ | 37.86 | 24.62 | 65.71 | - |
| YUV | 138.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 213 | 0.10 | 0.54 | 0 | 0.16 | 288.52 | 0.58 | 0.61 |
| Hex | BF | 62 | D5 | A | 36 | 0 | 10 | 121 | 3A | 3D |
| Octal | 277 | 142 | 325 | 12 | 66 | 0 | 20 | 441 | 72 | 75 |
| Binary | 10111111 | 1100010 | 11010101 | 1010 | 110110 | 0 | 10000 | 100100001 | 111010 | 111101 |
Color Harmonies of #BF62D5
Complementary color
Monochromatic Colors of #BF62D5
Black with #BF62D5
Text Example
Text Example
White with #BF62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62D5; }
p { color: rgb(191,98,213); }
H1.HeaderClassName
{
color: #BF62D5;
}
.AnyTagClassName
{
color: #BF62D5;
}
</style>
background-color css
<style>
a { background-color: #BF62D5; }
a { background-color: rgb(191,98,213); }
div.DivClassName
{
background-color: #BF62D5;
}
.BgClassName
{
background-color: #BF62D5;
}
</style>
border-color css
<style>
span { border-color: #BF62D5; }
span { border-color: rgb(191,98,213); }
td.TdClassName
{
border-color: #BF62D5;
}
.TagClassName
{
border-color: #BF62D5;
}
</style>