Shades of Medium Orchid #BF6CE5
Tints of Medium Orchid #BF6CE5
RGB
CMYK
RGB Variations
Color information
#BF6CE5 (or 0xBF6CE5) is known color: Medium Orchid. HEX triplet: BF, 6C and E5. RGB value is (191,108,229). Sum of RGB (Red+Green+Blue) = 191+108+229=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CE5 is #40931A. Grayscale: #929292. Windows color (decimal): -4231963 or 15035583. OLE color: 15035583.
HSL color Cylindrical-coordinate representation of color #BF6CE5: hue angle of 281.16º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6CE5 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 108 | 229 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.10 |
| HSL | 281.16º | 0.7% | 0.66% | - |
| HSV(B) | 281.16º | 0.53% | 0.9% | - |
| XYZ | 40.99 | 27.46 | 77.27 | - |
| YUV | 146.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 229 | 0.17 | 0.53 | 0 | 0.10 | 281.16 | 0.7 | 0.66 |
| Hex | BF | 6C | E5 | 11 | 35 | 0 | A | 119 | 46 | 42 |
| Octal | 277 | 154 | 345 | 21 | 65 | 0 | 12 | 431 | 106 | 102 |
| Binary | 10111111 | 1101100 | 11100101 | 10001 | 110101 | 0 | 1010 | 100011001 | 1000110 | 1000010 |
Color Harmonies of #BF6CE5
Complementary color
Monochromatic Colors of #BF6CE5
Black with #BF6CE5
Text Example
Text Example
White with #BF6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CE5; }
p { color: rgb(191,108,229); }
H1.HeaderClassName
{
color: #BF6CE5;
}
.AnyTagClassName
{
color: #BF6CE5;
}
</style>
background-color css
<style>
a { background-color: #BF6CE5; }
a { background-color: rgb(191,108,229); }
div.DivClassName
{
background-color: #BF6CE5;
}
.BgClassName
{
background-color: #BF6CE5;
}
</style>
border-color css
<style>
span { border-color: #BF6CE5; }
span { border-color: rgb(191,108,229); }
td.TdClassName
{
border-color: #BF6CE5;
}
.TagClassName
{
border-color: #BF6CE5;
}
</style>