Shades of Medium Orchid #BF39DC
Tints of Medium Orchid #BF39DC
RGB
CMYK
RGB Variations
Color information
#BF39DC (or 0xBF39DC) is known color: Medium Orchid. HEX triplet: BF, 39 and DC. RGB value is (191,57,220). Sum of RGB (Red+Green+Blue) = 191+57+220=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39DC is #40C623. Grayscale: #737373. Windows color (decimal): -4245028 or 14432703. OLE color: 14432703.
HSL color Cylindrical-coordinate representation of color #BF39DC: hue angle of 289.33º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF39DC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 57 | 220 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.14 |
| HSL | 289.33º | 0.7% | 0.54% | - |
| HSV(B) | 289.33º | 0.74% | 0.86% | - |
| XYZ | 35.87 | 19.17 | 69.52 | - |
| YUV | 115.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 220 | 0.13 | 0.74 | 0 | 0.14 | 289.33 | 0.7 | 0.54 |
| Hex | BF | 39 | DC | D | 4A | 0 | E | 121 | 46 | 36 |
| Octal | 277 | 71 | 334 | 15 | 112 | 0 | 16 | 441 | 106 | 66 |
| Binary | 10111111 | 111001 | 11011100 | 1101 | 1001010 | 0 | 1110 | 100100001 | 1000110 | 110110 |
Color Harmonies of #BF39DC
Complementary color
Monochromatic Colors of #BF39DC
Black with #BF39DC
Text Example
Text Example
White with #BF39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF39DC; }
p { color: rgb(191,57,220); }
H1.HeaderClassName
{
color: #BF39DC;
}
.AnyTagClassName
{
color: #BF39DC;
}
</style>
background-color css
<style>
a { background-color: #BF39DC; }
a { background-color: rgb(191,57,220); }
div.DivClassName
{
background-color: #BF39DC;
}
.BgClassName
{
background-color: #BF39DC;
}
</style>
border-color css
<style>
span { border-color: #BF39DC; }
span { border-color: rgb(191,57,220); }
td.TdClassName
{
border-color: #BF39DC;
}
.TagClassName
{
border-color: #BF39DC;
}
</style>