Shades of Medium Orchid #BF52ED
Tints of Medium Orchid #BF52ED
RGB
CMYK
RGB Variations
Color information
#BF52ED (or 0xBF52ED) is known color: Medium Orchid. HEX triplet: BF, 52 and ED. RGB value is (191,82,237). Sum of RGB (Red+Green+Blue) = 191+82+237=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52ED is #40AD12. Grayscale: #838383. Windows color (decimal): -4238611 or 15553215. OLE color: 15553215.
HSL color Cylindrical-coordinate representation of color #BF52ED: hue angle of 282.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF52ED is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 82 | 237 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.07 |
| HSL | 282.19º | 0.81% | 0.63% | - |
| HSV(B) | 282.19º | 0.65% | 0.93% | - |
| XYZ | 39.79 | 23.23 | 82.51 | - |
| YUV | 132.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 237 | 0.19 | 0.65 | 0 | 0.07 | 282.19 | 0.81 | 0.63 |
| Hex | BF | 52 | ED | 13 | 41 | 0 | 7 | 11A | 51 | 3F |
| Octal | 277 | 122 | 355 | 23 | 101 | 0 | 7 | 432 | 121 | 77 |
| Binary | 10111111 | 1010010 | 11101101 | 10011 | 1000001 | 0 | 111 | 100011010 | 1010001 | 111111 |
Color Harmonies of #BF52ED
Complementary color
Monochromatic Colors of #BF52ED
Black with #BF52ED
Text Example
Text Example
White with #BF52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52ED; }
p { color: rgb(191,82,237); }
H1.HeaderClassName
{
color: #BF52ED;
}
.AnyTagClassName
{
color: #BF52ED;
}
</style>
background-color css
<style>
a { background-color: #BF52ED; }
a { background-color: rgb(191,82,237); }
div.DivClassName
{
background-color: #BF52ED;
}
.BgClassName
{
background-color: #BF52ED;
}
</style>
border-color css
<style>
span { border-color: #BF52ED; }
span { border-color: rgb(191,82,237); }
td.TdClassName
{
border-color: #BF52ED;
}
.TagClassName
{
border-color: #BF52ED;
}
</style>