Shades of Medium Orchid #BF38DD
Tints of Medium Orchid #BF38DD
RGB
CMYK
RGB Variations
Color information
#BF38DD (or 0xBF38DD) is known color: Medium Orchid. HEX triplet: BF, 38 and DD. RGB value is (191,56,221). Sum of RGB (Red+Green+Blue) = 191+56+221=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38DD is #40C722. Grayscale: #727272. Windows color (decimal): -4245283 or 14497983. OLE color: 14497983.
HSL color Cylindrical-coordinate representation of color #BF38DD: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF38DD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 56 | 221 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.13 |
| HSL | 289.09º | 0.71% | 0.54% | - |
| HSV(B) | 289.09º | 0.75% | 0.87% | - |
| XYZ | 35.95 | 19.13 | 70.2 | - |
| YUV | 115.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 221 | 0.14 | 0.75 | 0 | 0.13 | 289.09 | 0.71 | 0.54 |
| Hex | BF | 38 | DD | E | 4B | 0 | D | 121 | 47 | 36 |
| Octal | 277 | 70 | 335 | 16 | 113 | 0 | 15 | 441 | 107 | 66 |
| Binary | 10111111 | 111000 | 11011101 | 1110 | 1001011 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #BF38DD
Complementary color
Monochromatic Colors of #BF38DD
Black with #BF38DD
Text Example
Text Example
White with #BF38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF38DD; }
p { color: rgb(191,56,221); }
H1.HeaderClassName
{
color: #BF38DD;
}
.AnyTagClassName
{
color: #BF38DD;
}
</style>
background-color css
<style>
a { background-color: #BF38DD; }
a { background-color: rgb(191,56,221); }
div.DivClassName
{
background-color: #BF38DD;
}
.BgClassName
{
background-color: #BF38DD;
}
</style>
border-color css
<style>
span { border-color: #BF38DD; }
span { border-color: rgb(191,56,221); }
td.TdClassName
{
border-color: #BF38DD;
}
.TagClassName
{
border-color: #BF38DD;
}
</style>