Shades of Medium Orchid #BF36DC
Tints of Medium Orchid #BF36DC
RGB
CMYK
RGB Variations
Color information
#BF36DC (or 0xBF36DC) is known color: Medium Orchid. HEX triplet: BF, 36 and DC. RGB value is (191,54,220). Sum of RGB (Red+Green+Blue) = 191+54+220=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36DC is #40C923. Grayscale: #717171. Windows color (decimal): -4245796 or 14431935. OLE color: 14431935.
HSL color Cylindrical-coordinate representation of color #BF36DC: hue angle of 289.52º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF36DC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 54 | 220 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.14 |
| HSL | 289.52º | 0.7% | 0.54% | - |
| HSV(B) | 289.52º | 0.75% | 0.86% | - |
| XYZ | 35.72 | 18.88 | 69.47 | - |
| YUV | 113.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 220 | 0.13 | 0.75 | 0 | 0.14 | 289.52 | 0.7 | 0.54 |
| Hex | BF | 36 | DC | D | 4B | 0 | E | 122 | 46 | 36 |
| Octal | 277 | 66 | 334 | 15 | 113 | 0 | 16 | 442 | 106 | 66 |
| Binary | 10111111 | 110110 | 11011100 | 1101 | 1001011 | 0 | 1110 | 100100010 | 1000110 | 110110 |
Color Harmonies of #BF36DC
Complementary color
Monochromatic Colors of #BF36DC
Black with #BF36DC
Text Example
Text Example
White with #BF36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36DC; }
p { color: rgb(191,54,220); }
H1.HeaderClassName
{
color: #BF36DC;
}
.AnyTagClassName
{
color: #BF36DC;
}
</style>
background-color css
<style>
a { background-color: #BF36DC; }
a { background-color: rgb(191,54,220); }
div.DivClassName
{
background-color: #BF36DC;
}
.BgClassName
{
background-color: #BF36DC;
}
</style>
border-color css
<style>
span { border-color: #BF36DC; }
span { border-color: rgb(191,54,220); }
td.TdClassName
{
border-color: #BF36DC;
}
.TagClassName
{
border-color: #BF36DC;
}
</style>