Shades of Medium Orchid #BF70EA
Tints of Medium Orchid #BF70EA
RGB
CMYK
RGB Variations
Color information
#BF70EA (or 0xBF70EA) is known color: Medium Orchid. HEX triplet: BF, 70 and EA. RGB value is (191,112,234). Sum of RGB (Red+Green+Blue) = 191+112+234=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70EA is #408F15. Grayscale: #959595. Windows color (decimal): -4230934 or 15364287. OLE color: 15364287.
HSL color Cylindrical-coordinate representation of color #BF70EA: hue angle of 278.85º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF70EA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 112 | 234 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.08 |
| HSL | 278.85º | 0.74% | 0.68% | - |
| HSV(B) | 278.85º | 0.52% | 0.92% | - |
| XYZ | 42.13 | 28.61 | 81.14 | - |
| YUV | 149.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 234 | 0.18 | 0.52 | 0 | 0.08 | 278.85 | 0.74 | 0.68 |
| Hex | BF | 70 | EA | 12 | 34 | 0 | 8 | 117 | 4A | 44 |
| Octal | 277 | 160 | 352 | 22 | 64 | 0 | 10 | 427 | 112 | 104 |
| Binary | 10111111 | 1110000 | 11101010 | 10010 | 110100 | 0 | 1000 | 100010111 | 1001010 | 1000100 |
Color Harmonies of #BF70EA
Complementary color
Monochromatic Colors of #BF70EA
Black with #BF70EA
Text Example
Text Example
White with #BF70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70EA; }
p { color: rgb(191,112,234); }
H1.HeaderClassName
{
color: #BF70EA;
}
.AnyTagClassName
{
color: #BF70EA;
}
</style>
background-color css
<style>
a { background-color: #BF70EA; }
a { background-color: rgb(191,112,234); }
div.DivClassName
{
background-color: #BF70EA;
}
.BgClassName
{
background-color: #BF70EA;
}
</style>
border-color css
<style>
span { border-color: #BF70EA; }
span { border-color: rgb(191,112,234); }
td.TdClassName
{
border-color: #BF70EA;
}
.TagClassName
{
border-color: #BF70EA;
}
</style>