Shades of Medium Orchid #BF5CDC
Tints of Medium Orchid #BF5CDC
RGB
CMYK
RGB Variations
Color information
#BF5CDC (or 0xBF5CDC) is known color: Medium Orchid. HEX triplet: BF, 5C and DC. RGB value is (191,92,220). Sum of RGB (Red+Green+Blue) = 191+92+220=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDC is #40A323. Grayscale: #878787. Windows color (decimal): -4236068 or 14441663. OLE color: 14441663.
HSL color Cylindrical-coordinate representation of color #BF5CDC: hue angle of 286.41º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5CDC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 92 | 220 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.14 |
| HSL | 286.41º | 0.65% | 0.61% | - |
| HSV(B) | 286.41º | 0.58% | 0.86% | - |
| XYZ | 38.23 | 23.9 | 70.31 | - |
| YUV | 136.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 220 | 0.13 | 0.58 | 0 | 0.14 | 286.41 | 0.65 | 0.61 |
| Hex | BF | 5C | DC | D | 3A | 0 | E | 11E | 41 | 3D |
| Octal | 277 | 134 | 334 | 15 | 72 | 0 | 16 | 436 | 101 | 75 |
| Binary | 10111111 | 1011100 | 11011100 | 1101 | 111010 | 0 | 1110 | 100011110 | 1000001 | 111101 |
Color Harmonies of #BF5CDC
Complementary color
Monochromatic Colors of #BF5CDC
Black with #BF5CDC
Text Example
Text Example
White with #BF5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CDC; }
p { color: rgb(191,92,220); }
H1.HeaderClassName
{
color: #BF5CDC;
}
.AnyTagClassName
{
color: #BF5CDC;
}
</style>
background-color css
<style>
a { background-color: #BF5CDC; }
a { background-color: rgb(191,92,220); }
div.DivClassName
{
background-color: #BF5CDC;
}
.BgClassName
{
background-color: #BF5CDC;
}
</style>
border-color css
<style>
span { border-color: #BF5CDC; }
span { border-color: rgb(191,92,220); }
td.TdClassName
{
border-color: #BF5CDC;
}
.TagClassName
{
border-color: #BF5CDC;
}
</style>