Shades of Medium Orchid #BF6CEA
Tints of Medium Orchid #BF6CEA
RGB
CMYK
RGB Variations
Color information
#BF6CEA (or 0xBF6CEA) is known color: Medium Orchid. HEX triplet: BF, 6C and EA. RGB value is (191,108,234). Sum of RGB (Red+Green+Blue) = 191+108+234=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CEA is #409315. Grayscale: #929292. Windows color (decimal): -4231958 or 15363263. OLE color: 15363263.
HSL color Cylindrical-coordinate representation of color #BF6CEA: hue angle of 279.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6CEA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 108 | 234 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 279.52º | 0.75% | 0.67% | - |
| HSV(B) | 279.52º | 0.54% | 0.92% | - |
| XYZ | 41.7 | 27.74 | 81 | - |
| YUV | 147.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 234 | 0.18 | 0.54 | 0 | 0.08 | 279.52 | 0.75 | 0.67 |
| Hex | BF | 6C | EA | 12 | 36 | 0 | 8 | 118 | 4B | 43 |
| Octal | 277 | 154 | 352 | 22 | 66 | 0 | 10 | 430 | 113 | 103 |
| Binary | 10111111 | 1101100 | 11101010 | 10010 | 110110 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #BF6CEA
Complementary color
Monochromatic Colors of #BF6CEA
Black with #BF6CEA
Text Example
Text Example
White with #BF6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CEA; }
p { color: rgb(191,108,234); }
H1.HeaderClassName
{
color: #BF6CEA;
}
.AnyTagClassName
{
color: #BF6CEA;
}
</style>
background-color css
<style>
a { background-color: #BF6CEA; }
a { background-color: rgb(191,108,234); }
div.DivClassName
{
background-color: #BF6CEA;
}
.BgClassName
{
background-color: #BF6CEA;
}
</style>
border-color css
<style>
span { border-color: #BF6CEA; }
span { border-color: rgb(191,108,234); }
td.TdClassName
{
border-color: #BF6CEA;
}
.TagClassName
{
border-color: #BF6CEA;
}
</style>