Shades of Medium Orchid #BF6DD1
Tints of Medium Orchid #BF6DD1
RGB
CMYK
RGB Variations
Color information
#BF6DD1 (or 0xBF6DD1) is known color: Medium Orchid. HEX triplet: BF, 6D and D1. RGB value is (191,109,209). Sum of RGB (Red+Green+Blue) = 191+109+209=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DD1 is #40922E. Grayscale: #909090. Windows color (decimal): -4231727 or 13725119. OLE color: 13725119.
HSL color Cylindrical-coordinate representation of color #BF6DD1: hue angle of 289.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6DD1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 109 | 209 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.18 |
| HSL | 289.2º | 0.52% | 0.62% | - |
| HSV(B) | 289.2º | 0.48% | 0.82% | - |
| XYZ | 38.46 | 26.62 | 63.43 | - |
| YUV | 144.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 209 | 0.09 | 0.48 | 0 | 0.18 | 289.2 | 0.52 | 0.62 |
| Hex | BF | 6D | D1 | 9 | 30 | 0 | 12 | 121 | 34 | 3E |
| Octal | 277 | 155 | 321 | 11 | 60 | 0 | 22 | 441 | 64 | 76 |
| Binary | 10111111 | 1101101 | 11010001 | 1001 | 110000 | 0 | 10010 | 100100001 | 110100 | 111110 |
Color Harmonies of #BF6DD1
Complementary color
Monochromatic Colors of #BF6DD1
Black with #BF6DD1
Text Example
Text Example
White with #BF6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DD1; }
p { color: rgb(191,109,209); }
H1.HeaderClassName
{
color: #BF6DD1;
}
.AnyTagClassName
{
color: #BF6DD1;
}
</style>
background-color css
<style>
a { background-color: #BF6DD1; }
a { background-color: rgb(191,109,209); }
div.DivClassName
{
background-color: #BF6DD1;
}
.BgClassName
{
background-color: #BF6DD1;
}
</style>
border-color css
<style>
span { border-color: #BF6DD1; }
span { border-color: rgb(191,109,209); }
td.TdClassName
{
border-color: #BF6DD1;
}
.TagClassName
{
border-color: #BF6DD1;
}
</style>