Shades of Medium Orchid #BF40DC
Tints of Medium Orchid #BF40DC
RGB
CMYK
RGB Variations
Color information
#BF40DC (or 0xBF40DC) is known color: Medium Orchid. HEX triplet: BF, 40 and DC. RGB value is (191,64,220). Sum of RGB (Red+Green+Blue) = 191+64+220=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40DC is #40BF23. Grayscale: #777777. Windows color (decimal): -4243236 or 14434495. OLE color: 14434495.
HSL color Cylindrical-coordinate representation of color #BF40DC: hue angle of 288.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF40DC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 64 | 220 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 288.85º | 0.69% | 0.56% | - |
| HSV(B) | 288.85º | 0.71% | 0.86% | - |
| XYZ | 36.24 | 19.91 | 69.64 | - |
| YUV | 119.76 | 184.58 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 220 | 0.13 | 0.71 | 0 | 0.14 | 288.85 | 0.69 | 0.56 |
| Hex | BF | 40 | DC | D | 47 | 0 | E | 121 | 45 | 38 |
| Octal | 277 | 100 | 334 | 15 | 107 | 0 | 16 | 441 | 105 | 70 |
| Binary | 10111111 | 1000000 | 11011100 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #BF40DC
Complementary color
Monochromatic Colors of #BF40DC
Black with #BF40DC
Text Example
Text Example
White with #BF40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40DC; }
p { color: rgb(191,64,220); }
H1.HeaderClassName
{
color: #BF40DC;
}
.AnyTagClassName
{
color: #BF40DC;
}
</style>
background-color css
<style>
a { background-color: #BF40DC; }
a { background-color: rgb(191,64,220); }
div.DivClassName
{
background-color: #BF40DC;
}
.BgClassName
{
background-color: #BF40DC;
}
</style>
border-color css
<style>
span { border-color: #BF40DC; }
span { border-color: rgb(191,64,220); }
td.TdClassName
{
border-color: #BF40DC;
}
.TagClassName
{
border-color: #BF40DC;
}
</style>