Shades of Medium Orchid #BF6BDC
Tints of Medium Orchid #BF6BDC
RGB
CMYK
RGB Variations
Color information
#BF6BDC (or 0xBF6BDC) is known color: Medium Orchid. HEX triplet: BF, 6B and DC. RGB value is (191,107,220). Sum of RGB (Red+Green+Blue) = 191+107+220=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BDC is #409423. Grayscale: #909090. Windows color (decimal): -4232228 or 14445503. OLE color: 14445503.
HSL color Cylindrical-coordinate representation of color #BF6BDC: hue angle of 284.6º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6BDC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 107 | 220 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.14 |
| HSL | 284.6º | 0.62% | 0.64% | - |
| HSV(B) | 284.6º | 0.51% | 0.86% | - |
| XYZ | 39.66 | 26.76 | 70.78 | - |
| YUV | 145 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 220 | 0.13 | 0.51 | 0 | 0.14 | 284.6 | 0.62 | 0.64 |
| Hex | BF | 6B | DC | D | 33 | 0 | E | 11D | 3E | 40 |
| Octal | 277 | 153 | 334 | 15 | 63 | 0 | 16 | 435 | 76 | 100 |
| Binary | 10111111 | 1101011 | 11011100 | 1101 | 110011 | 0 | 1110 | 100011101 | 111110 | 1000000 |
Color Harmonies of #BF6BDC
Complementary color
Monochromatic Colors of #BF6BDC
Black with #BF6BDC
Text Example
Text Example
White with #BF6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BDC; }
p { color: rgb(191,107,220); }
H1.HeaderClassName
{
color: #BF6BDC;
}
.AnyTagClassName
{
color: #BF6BDC;
}
</style>
background-color css
<style>
a { background-color: #BF6BDC; }
a { background-color: rgb(191,107,220); }
div.DivClassName
{
background-color: #BF6BDC;
}
.BgClassName
{
background-color: #BF6BDC;
}
</style>
border-color css
<style>
span { border-color: #BF6BDC; }
span { border-color: rgb(191,107,220); }
td.TdClassName
{
border-color: #BF6BDC;
}
.TagClassName
{
border-color: #BF6BDC;
}
</style>