Shades of Medium Orchid #BF35EC
Tints of Medium Orchid #BF35EC
RGB
CMYK
RGB Variations
Color information
#BF35EC (or 0xBF35EC) is known color: Medium Orchid. HEX triplet: BF, 35 and EC. RGB value is (191,53,236). Sum of RGB (Red+Green+Blue) = 191+53+236=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF35EC is #40CA13. Grayscale: #727272. Windows color (decimal): -4246036 or 15480255. OLE color: 15480255.
HSL color Cylindrical-coordinate representation of color #BF35EC: hue angle of 285.25º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF35EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 53 | 236 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.25º | 0.83% | 0.57% | - |
| HSV(B) | 285.25º | 0.78% | 0.93% | - |
| XYZ | 37.9 | 19.68 | 81.16 | - |
| YUV | 115.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 236 | 0.19 | 0.78 | 0 | 0.07 | 285.25 | 0.83 | 0.57 |
| Hex | BF | 35 | EC | 13 | 4E | 0 | 7 | 11D | 53 | 39 |
| Octal | 277 | 65 | 354 | 23 | 116 | 0 | 7 | 435 | 123 | 71 |
| Binary | 10111111 | 110101 | 11101100 | 10011 | 1001110 | 0 | 111 | 100011101 | 1010011 | 111001 |
Color Harmonies of #BF35EC
Complementary color
Monochromatic Colors of #BF35EC
Black with #BF35EC
Text Example
Text Example
White with #BF35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF35EC; }
p { color: rgb(191,53,236); }
H1.HeaderClassName
{
color: #BF35EC;
}
.AnyTagClassName
{
color: #BF35EC;
}
</style>
background-color css
<style>
a { background-color: #BF35EC; }
a { background-color: rgb(191,53,236); }
div.DivClassName
{
background-color: #BF35EC;
}
.BgClassName
{
background-color: #BF35EC;
}
</style>
border-color css
<style>
span { border-color: #BF35EC; }
span { border-color: rgb(191,53,236); }
td.TdClassName
{
border-color: #BF35EC;
}
.TagClassName
{
border-color: #BF35EC;
}
</style>