Shades of Medium Orchid #BF5CDD
Tints of Medium Orchid #BF5CDD
RGB
CMYK
RGB Variations
Color information
#BF5CDD (or 0xBF5CDD) is known color: Medium Orchid. HEX triplet: BF, 5C and DD. RGB value is (191,92,221). Sum of RGB (Red+Green+Blue) = 191+92+221=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDD is #40A322. Grayscale: #878787. Windows color (decimal): -4236067 or 14507199. OLE color: 14507199.
HSL color Cylindrical-coordinate representation of color #BF5CDD: hue angle of 286.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5CDD is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 92 | 221 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.13 |
| HSL | 286.05º | 0.65% | 0.61% | - |
| HSV(B) | 286.05º | 0.58% | 0.87% | - |
| XYZ | 38.36 | 23.95 | 71.01 | - |
| YUV | 136.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 221 | 0.14 | 0.58 | 0 | 0.13 | 286.05 | 0.65 | 0.61 |
| Hex | BF | 5C | DD | E | 3A | 0 | D | 11E | 41 | 3D |
| Octal | 277 | 134 | 335 | 16 | 72 | 0 | 15 | 436 | 101 | 75 |
| Binary | 10111111 | 1011100 | 11011101 | 1110 | 111010 | 0 | 1101 | 100011110 | 1000001 | 111101 |
Color Harmonies of #BF5CDD
Complementary color
Monochromatic Colors of #BF5CDD
Black with #BF5CDD
Text Example
Text Example
White with #BF5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CDD; }
p { color: rgb(191,92,221); }
H1.HeaderClassName
{
color: #BF5CDD;
}
.AnyTagClassName
{
color: #BF5CDD;
}
</style>
background-color css
<style>
a { background-color: #BF5CDD; }
a { background-color: rgb(191,92,221); }
div.DivClassName
{
background-color: #BF5CDD;
}
.BgClassName
{
background-color: #BF5CDD;
}
</style>
border-color css
<style>
span { border-color: #BF5CDD; }
span { border-color: rgb(191,92,221); }
td.TdClassName
{
border-color: #BF5CDD;
}
.TagClassName
{
border-color: #BF5CDD;
}
</style>