Shades of Medium Orchid #BF5FCD
Tints of Medium Orchid #BF5FCD
RGB
CMYK
RGB Variations
Color information
#BF5FCD (or 0xBF5FCD) is known color: Medium Orchid. HEX triplet: BF, 5F and CD. RGB value is (191,95,205). Sum of RGB (Red+Green+Blue) = 191+95+205=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FCD is #40A032. Grayscale: #878787. Windows color (decimal): -4235315 or 13459391. OLE color: 13459391.
HSL color Cylindrical-coordinate representation of color #BF5FCD: hue angle of 292.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5FCD is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 95 | 205 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.20 |
| HSL | 292.36º | 0.52% | 0.59% | - |
| HSV(B) | 292.36º | 0.54% | 0.8% | - |
| XYZ | 36.6 | 23.67 | 60.4 | - |
| YUV | 136.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 205 | 0.07 | 0.54 | 0 | 0.20 | 292.36 | 0.52 | 0.59 |
| Hex | BF | 5F | CD | 7 | 36 | 0 | 14 | 124 | 34 | 3B |
| Octal | 277 | 137 | 315 | 7 | 66 | 0 | 24 | 444 | 64 | 73 |
| Binary | 10111111 | 1011111 | 11001101 | 111 | 110110 | 0 | 10100 | 100100100 | 110100 | 111011 |
Color Harmonies of #BF5FCD
Complementary color
Monochromatic Colors of #BF5FCD
Black with #BF5FCD
Text Example
Text Example
White with #BF5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FCD; }
p { color: rgb(191,95,205); }
H1.HeaderClassName
{
color: #BF5FCD;
}
.AnyTagClassName
{
color: #BF5FCD;
}
</style>
background-color css
<style>
a { background-color: #BF5FCD; }
a { background-color: rgb(191,95,205); }
div.DivClassName
{
background-color: #BF5FCD;
}
.BgClassName
{
background-color: #BF5FCD;
}
</style>
border-color css
<style>
span { border-color: #BF5FCD; }
span { border-color: rgb(191,95,205); }
td.TdClassName
{
border-color: #BF5FCD;
}
.TagClassName
{
border-color: #BF5FCD;
}
</style>