Shades of Medium Orchid #BF6CCD
Tints of Medium Orchid #BF6CCD
RGB
CMYK
RGB Variations
Color information
#BF6CCD (or 0xBF6CCD) is known color: Medium Orchid. HEX triplet: BF, 6C and CD. RGB value is (191,108,205). Sum of RGB (Red+Green+Blue) = 191+108+205=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCD is #409332. Grayscale: #8F8F8F. Windows color (decimal): -4231987 or 13462719. OLE color: 13462719.
HSL color Cylindrical-coordinate representation of color #BF6CCD: hue angle of 291.34º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6CCD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 108 | 205 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.20 |
| HSL | 291.34º | 0.49% | 0.61% | - |
| HSV(B) | 291.34º | 0.47% | 0.8% | - |
| XYZ | 37.87 | 26.21 | 60.82 | - |
| YUV | 143.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 205 | 0.07 | 0.47 | 0 | 0.20 | 291.34 | 0.49 | 0.61 |
| Hex | BF | 6C | CD | 7 | 2F | 0 | 14 | 123 | 31 | 3D |
| Octal | 277 | 154 | 315 | 7 | 57 | 0 | 24 | 443 | 61 | 75 |
| Binary | 10111111 | 1101100 | 11001101 | 111 | 101111 | 0 | 10100 | 100100011 | 110001 | 111101 |
Color Harmonies of #BF6CCD
Complementary color
Monochromatic Colors of #BF6CCD
Black with #BF6CCD
Text Example
Text Example
White with #BF6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CCD; }
p { color: rgb(191,108,205); }
H1.HeaderClassName
{
color: #BF6CCD;
}
.AnyTagClassName
{
color: #BF6CCD;
}
</style>
background-color css
<style>
a { background-color: #BF6CCD; }
a { background-color: rgb(191,108,205); }
div.DivClassName
{
background-color: #BF6CCD;
}
.BgClassName
{
background-color: #BF6CCD;
}
</style>
border-color css
<style>
span { border-color: #BF6CCD; }
span { border-color: rgb(191,108,205); }
td.TdClassName
{
border-color: #BF6CCD;
}
.TagClassName
{
border-color: #BF6CCD;
}
</style>