Shades of Medium Orchid #BF5CCD
Tints of Medium Orchid #BF5CCD
RGB
CMYK
RGB Variations
Color information
#BF5CCD (or 0xBF5CCD) is known color: Medium Orchid. HEX triplet: BF, 5C and CD. RGB value is (191,92,205). Sum of RGB (Red+Green+Blue) = 191+92+205=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CCD is #40A332. Grayscale: #868686. Windows color (decimal): -4236083 or 13458623. OLE color: 13458623.
HSL color Cylindrical-coordinate representation of color #BF5CCD: hue angle of 292.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5CCD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 92 | 205 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.20 |
| HSL | 292.57º | 0.53% | 0.58% | - |
| HSV(B) | 292.57º | 0.55% | 0.8% | - |
| XYZ | 36.33 | 23.14 | 60.31 | - |
| YUV | 134.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 205 | 0.07 | 0.55 | 0 | 0.20 | 292.57 | 0.53 | 0.58 |
| Hex | BF | 5C | CD | 7 | 37 | 0 | 14 | 125 | 35 | 3A |
| Octal | 277 | 134 | 315 | 7 | 67 | 0 | 24 | 445 | 65 | 72 |
| Binary | 10111111 | 1011100 | 11001101 | 111 | 110111 | 0 | 10100 | 100100101 | 110101 | 111010 |
Color Harmonies of #BF5CCD
Complementary color
Monochromatic Colors of #BF5CCD
Black with #BF5CCD
Text Example
Text Example
White with #BF5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CCD; }
p { color: rgb(191,92,205); }
H1.HeaderClassName
{
color: #BF5CCD;
}
.AnyTagClassName
{
color: #BF5CCD;
}
</style>
background-color css
<style>
a { background-color: #BF5CCD; }
a { background-color: rgb(191,92,205); }
div.DivClassName
{
background-color: #BF5CCD;
}
.BgClassName
{
background-color: #BF5CCD;
}
</style>
border-color css
<style>
span { border-color: #BF5CCD; }
span { border-color: rgb(191,92,205); }
td.TdClassName
{
border-color: #BF5CCD;
}
.TagClassName
{
border-color: #BF5CCD;
}
</style>