Shades of Medium Orchid #BF6CE0
Tints of Medium Orchid #BF6CE0
RGB
CMYK
RGB Variations
Color information
#BF6CE0 (or 0xBF6CE0) is known color: Medium Orchid. HEX triplet: BF, 6C and E0. RGB value is (191,108,224). Sum of RGB (Red+Green+Blue) = 191+108+224=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CE0 is #40931F. Grayscale: #919191. Windows color (decimal): -4231968 or 14707903. OLE color: 14707903.
HSL color Cylindrical-coordinate representation of color #BF6CE0: hue angle of 282.93º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6CE0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 108 | 224 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.12 |
| HSL | 282.93º | 0.65% | 0.65% | - |
| HSV(B) | 282.93º | 0.52% | 0.88% | - |
| XYZ | 40.3 | 27.18 | 73.64 | - |
| YUV | 146.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 224 | 0.15 | 0.52 | 0 | 0.12 | 282.93 | 0.65 | 0.65 |
| Hex | BF | 6C | E0 | F | 34 | 0 | C | 11B | 41 | 41 |
| Octal | 277 | 154 | 340 | 17 | 64 | 0 | 14 | 433 | 101 | 101 |
| Binary | 10111111 | 1101100 | 11100000 | 1111 | 110100 | 0 | 1100 | 100011011 | 1000001 | 1000001 |
Color Harmonies of #BF6CE0
Complementary color
Monochromatic Colors of #BF6CE0
Black with #BF6CE0
Text Example
Text Example
White with #BF6CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CE0; }
p { color: rgb(191,108,224); }
H1.HeaderClassName
{
color: #BF6CE0;
}
.AnyTagClassName
{
color: #BF6CE0;
}
</style>
background-color css
<style>
a { background-color: #BF6CE0; }
a { background-color: rgb(191,108,224); }
div.DivClassName
{
background-color: #BF6CE0;
}
.BgClassName
{
background-color: #BF6CE0;
}
</style>
border-color css
<style>
span { border-color: #BF6CE0; }
span { border-color: rgb(191,108,224); }
td.TdClassName
{
border-color: #BF6CE0;
}
.TagClassName
{
border-color: #BF6CE0;
}
</style>