Shades of Medium Orchid #BF6FE5
Tints of Medium Orchid #BF6FE5
RGB
CMYK
RGB Variations
Color information
#BF6FE5 (or 0xBF6FE5) is known color: Medium Orchid. HEX triplet: BF, 6F and E5. RGB value is (191,111,229). Sum of RGB (Red+Green+Blue) = 191+111+229=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE5 is #40901A. Grayscale: #939393. Windows color (decimal): -4231195 or 15036351. OLE color: 15036351.
HSL color Cylindrical-coordinate representation of color #BF6FE5: hue angle of 280.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6FE5 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 111 | 229 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.10 |
| HSL | 280.68º | 0.69% | 0.67% | - |
| HSV(B) | 280.68º | 0.52% | 0.9% | - |
| XYZ | 41.31 | 28.1 | 77.38 | - |
| YUV | 148.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 229 | 0.17 | 0.52 | 0 | 0.10 | 280.68 | 0.69 | 0.67 |
| Hex | BF | 6F | E5 | 11 | 34 | 0 | A | 119 | 45 | 43 |
| Octal | 277 | 157 | 345 | 21 | 64 | 0 | 12 | 431 | 105 | 103 |
| Binary | 10111111 | 1101111 | 11100101 | 10001 | 110100 | 0 | 1010 | 100011001 | 1000101 | 1000011 |
Color Harmonies of #BF6FE5
Complementary color
Monochromatic Colors of #BF6FE5
Black with #BF6FE5
Text Example
Text Example
White with #BF6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FE5; }
p { color: rgb(191,111,229); }
H1.HeaderClassName
{
color: #BF6FE5;
}
.AnyTagClassName
{
color: #BF6FE5;
}
</style>
background-color css
<style>
a { background-color: #BF6FE5; }
a { background-color: rgb(191,111,229); }
div.DivClassName
{
background-color: #BF6FE5;
}
.BgClassName
{
background-color: #BF6FE5;
}
</style>
border-color css
<style>
span { border-color: #BF6FE5; }
span { border-color: rgb(191,111,229); }
td.TdClassName
{
border-color: #BF6FE5;
}
.TagClassName
{
border-color: #BF6FE5;
}
</style>