Shades of Medium Orchid #BF6CCC
Tints of Medium Orchid #BF6CCC
RGB
CMYK
RGB Variations
Color information
#BF6CCC (or 0xBF6CCC) is known color: Medium Orchid. HEX triplet: BF, 6C and CC. RGB value is (191,108,204). Sum of RGB (Red+Green+Blue) = 191+108+204=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCC is #409333. Grayscale: #8F8F8F. Windows color (decimal): -4231988 or 13397183. OLE color: 13397183.
HSL color Cylindrical-coordinate representation of color #BF6CCC: hue angle of 291.88º degrees, saturation: 0.48, 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 #BF6CCC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 108 | 204 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.2 |
| HSL | 291.88º | 0.48% | 0.61% | - |
| HSV(B) | 291.88º | 0.47% | 0.8% | - |
| XYZ | 37.75 | 26.16 | 60.19 | - |
| YUV | 143.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 204 | 0.06 | 0.47 | 0 | 0.2 | 291.88 | 0.48 | 0.61 |
| Hex | BF | 6C | CC | 6 | 2F | 0 | 14 | 124 | 30 | 3D |
| Octal | 277 | 154 | 314 | 6 | 57 | 0 | 24 | 444 | 60 | 75 |
| Binary | 10111111 | 1101100 | 11001100 | 110 | 101111 | 0 | 10100 | 100100100 | 110000 | 111101 |
Color Harmonies of #BF6CCC
Complementary color
Monochromatic Colors of #BF6CCC
Black with #BF6CCC
Text Example
Text Example
White with #BF6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CCC; }
p { color: rgb(191,108,204); }
H1.HeaderClassName
{
color: #BF6CCC;
}
.AnyTagClassName
{
color: #BF6CCC;
}
</style>
background-color css
<style>
a { background-color: #BF6CCC; }
a { background-color: rgb(191,108,204); }
div.DivClassName
{
background-color: #BF6CCC;
}
.BgClassName
{
background-color: #BF6CCC;
}
</style>
border-color css
<style>
span { border-color: #BF6CCC; }
span { border-color: rgb(191,108,204); }
td.TdClassName
{
border-color: #BF6CCC;
}
.TagClassName
{
border-color: #BF6CCC;
}
</style>