Shades of Medium Orchid #BF51ED
Tints of Medium Orchid #BF51ED
RGB
CMYK
RGB Variations
Color information
#BF51ED (or 0xBF51ED) is known color: Medium Orchid. HEX triplet: BF, 51 and ED. RGB value is (191,81,237). Sum of RGB (Red+Green+Blue) = 191+81+237=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51ED is #40AE12. Grayscale: #838383. Windows color (decimal): -4238867 or 15552959. OLE color: 15552959.
HSL color Cylindrical-coordinate representation of color #BF51ED: hue angle of 282.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF51ED is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 81 | 237 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 282.31º | 0.81% | 0.62% | - |
| HSV(B) | 282.31º | 0.66% | 0.93% | - |
| XYZ | 39.71 | 23.08 | 82.48 | - |
| YUV | 131.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 237 | 0.19 | 0.66 | 0 | 0.07 | 282.31 | 0.81 | 0.62 |
| Hex | BF | 51 | ED | 13 | 42 | 0 | 7 | 11A | 51 | 3E |
| Octal | 277 | 121 | 355 | 23 | 102 | 0 | 7 | 432 | 121 | 76 |
| Binary | 10111111 | 1010001 | 11101101 | 10011 | 1000010 | 0 | 111 | 100011010 | 1010001 | 111110 |
Color Harmonies of #BF51ED
Complementary color
Monochromatic Colors of #BF51ED
Black with #BF51ED
Text Example
Text Example
White with #BF51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51ED; }
p { color: rgb(191,81,237); }
H1.HeaderClassName
{
color: #BF51ED;
}
.AnyTagClassName
{
color: #BF51ED;
}
</style>
background-color css
<style>
a { background-color: #BF51ED; }
a { background-color: rgb(191,81,237); }
div.DivClassName
{
background-color: #BF51ED;
}
.BgClassName
{
background-color: #BF51ED;
}
</style>
border-color css
<style>
span { border-color: #BF51ED; }
span { border-color: rgb(191,81,237); }
td.TdClassName
{
border-color: #BF51ED;
}
.TagClassName
{
border-color: #BF51ED;
}
</style>