Shades of Medium Orchid #BF65ED
Tints of Medium Orchid #BF65ED
RGB
CMYK
RGB Variations
Color information
#BF65ED (or 0xBF65ED) is known color: Medium Orchid. HEX triplet: BF, 65 and ED. RGB value is (191,101,237). Sum of RGB (Red+Green+Blue) = 191+101+237=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF65ED is #409A12. Grayscale: #8E8E8E. Windows color (decimal): -4233747 or 15558079. OLE color: 15558079.
HSL color Cylindrical-coordinate representation of color #BF65ED: hue angle of 279.71º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF65ED is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 101 | 237 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 279.71º | 0.79% | 0.66% | - |
| HSV(B) | 279.71º | 0.57% | 0.93% | - |
| XYZ | 41.43 | 26.5 | 83.05 | - |
| YUV | 143.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 237 | 0.19 | 0.57 | 0 | 0.07 | 279.71 | 0.79 | 0.66 |
| Hex | BF | 65 | ED | 13 | 39 | 0 | 7 | 118 | 4F | 42 |
| Octal | 277 | 145 | 355 | 23 | 71 | 0 | 7 | 430 | 117 | 102 |
| Binary | 10111111 | 1100101 | 11101101 | 10011 | 111001 | 0 | 111 | 100011000 | 1001111 | 1000010 |
Color Harmonies of #BF65ED
Complementary color
Monochromatic Colors of #BF65ED
Black with #BF65ED
Text Example
Text Example
White with #BF65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65ED; }
p { color: rgb(191,101,237); }
H1.HeaderClassName
{
color: #BF65ED;
}
.AnyTagClassName
{
color: #BF65ED;
}
</style>
background-color css
<style>
a { background-color: #BF65ED; }
a { background-color: rgb(191,101,237); }
div.DivClassName
{
background-color: #BF65ED;
}
.BgClassName
{
background-color: #BF65ED;
}
</style>
border-color css
<style>
span { border-color: #BF65ED; }
span { border-color: rgb(191,101,237); }
td.TdClassName
{
border-color: #BF65ED;
}
.TagClassName
{
border-color: #BF65ED;
}
</style>