Shades of Medium Orchid #BF69DC
Tints of Medium Orchid #BF69DC
RGB
CMYK
RGB Variations
Color information
#BF69DC (or 0xBF69DC) is known color: Medium Orchid. HEX triplet: BF, 69 and DC. RGB value is (191,105,220). Sum of RGB (Red+Green+Blue) = 191+105+220=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69DC is #409623. Grayscale: #8F8F8F. Windows color (decimal): -4232740 or 14444991. OLE color: 14444991.
HSL color Cylindrical-coordinate representation of color #BF69DC: hue angle of 284.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF69DC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 105 | 220 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.14 |
| HSL | 284.87º | 0.62% | 0.64% | - |
| HSV(B) | 284.87º | 0.52% | 0.86% | - |
| XYZ | 39.46 | 26.35 | 70.72 | - |
| YUV | 143.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 220 | 0.13 | 0.52 | 0 | 0.14 | 284.87 | 0.62 | 0.64 |
| Hex | BF | 69 | DC | D | 34 | 0 | E | 11D | 3E | 40 |
| Octal | 277 | 151 | 334 | 15 | 64 | 0 | 16 | 435 | 76 | 100 |
| Binary | 10111111 | 1101001 | 11011100 | 1101 | 110100 | 0 | 1110 | 100011101 | 111110 | 1000000 |
Color Harmonies of #BF69DC
Complementary color
Monochromatic Colors of #BF69DC
Black with #BF69DC
Text Example
Text Example
White with #BF69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69DC; }
p { color: rgb(191,105,220); }
H1.HeaderClassName
{
color: #BF69DC;
}
.AnyTagClassName
{
color: #BF69DC;
}
</style>
background-color css
<style>
a { background-color: #BF69DC; }
a { background-color: rgb(191,105,220); }
div.DivClassName
{
background-color: #BF69DC;
}
.BgClassName
{
background-color: #BF69DC;
}
</style>
border-color css
<style>
span { border-color: #BF69DC; }
span { border-color: rgb(191,105,220); }
td.TdClassName
{
border-color: #BF69DC;
}
.TagClassName
{
border-color: #BF69DC;
}
</style>