Shades of Medium Orchid #BF7ADC
Tints of Medium Orchid #BF7ADC
RGB
CMYK
RGB Variations
Color information
#BF7ADC (or 0xBF7ADC) is known color: Medium Orchid. HEX triplet: BF, 7A and DC. RGB value is (191,122,220). Sum of RGB (Red+Green+Blue) = 191+122+220=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ADC is #408523. Grayscale: #999999. Windows color (decimal): -4228388 or 14449343. OLE color: 14449343.
HSL color Cylindrical-coordinate representation of color #BF7ADC: hue angle of 282.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7ADC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 122 | 220 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.14 |
| HSL | 282.24º | 0.58% | 0.67% | - |
| HSV(B) | 282.24º | 0.45% | 0.86% | - |
| XYZ | 41.36 | 30.16 | 71.35 | - |
| YUV | 153.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 220 | 0.13 | 0.45 | 0 | 0.14 | 282.24 | 0.58 | 0.67 |
| Hex | BF | 7A | DC | D | 2D | 0 | E | 11A | 3A | 43 |
| Octal | 277 | 172 | 334 | 15 | 55 | 0 | 16 | 432 | 72 | 103 |
| Binary | 10111111 | 1111010 | 11011100 | 1101 | 101101 | 0 | 1110 | 100011010 | 111010 | 1000011 |
Color Harmonies of #BF7ADC
Complementary color
Monochromatic Colors of #BF7ADC
Black with #BF7ADC
Text Example
Text Example
White with #BF7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ADC; }
p { color: rgb(191,122,220); }
H1.HeaderClassName
{
color: #BF7ADC;
}
.AnyTagClassName
{
color: #BF7ADC;
}
</style>
background-color css
<style>
a { background-color: #BF7ADC; }
a { background-color: rgb(191,122,220); }
div.DivClassName
{
background-color: #BF7ADC;
}
.BgClassName
{
background-color: #BF7ADC;
}
</style>
border-color css
<style>
span { border-color: #BF7ADC; }
span { border-color: rgb(191,122,220); }
td.TdClassName
{
border-color: #BF7ADC;
}
.TagClassName
{
border-color: #BF7ADC;
}
</style>