Shades of Medium Orchid #BF42EC
Tints of Medium Orchid #BF42EC
RGB
CMYK
RGB Variations
Color information
#BF42EC (or 0xBF42EC) is known color: Medium Orchid. HEX triplet: BF, 42 and EC. RGB value is (191,66,236). Sum of RGB (Red+Green+Blue) = 191+66+236=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42EC is #40BD13. Grayscale: #7A7A7A. Windows color (decimal): -4242708 or 15483583. OLE color: 15483583.
HSL color Cylindrical-coordinate representation of color #BF42EC: hue angle of 284.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF42EC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 66 | 236 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.07 |
| HSL | 284.12º | 0.82% | 0.59% | - |
| HSV(B) | 284.12º | 0.72% | 0.93% | - |
| XYZ | 38.57 | 21.03 | 81.38 | - |
| YUV | 122.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 236 | 0.19 | 0.72 | 0 | 0.07 | 284.12 | 0.82 | 0.59 |
| Hex | BF | 42 | EC | 13 | 48 | 0 | 7 | 11C | 52 | 3B |
| Octal | 277 | 102 | 354 | 23 | 110 | 0 | 7 | 434 | 122 | 73 |
| Binary | 10111111 | 1000010 | 11101100 | 10011 | 1001000 | 0 | 111 | 100011100 | 1010010 | 111011 |
Color Harmonies of #BF42EC
Complementary color
Monochromatic Colors of #BF42EC
Black with #BF42EC
Text Example
Text Example
White with #BF42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42EC; }
p { color: rgb(191,66,236); }
H1.HeaderClassName
{
color: #BF42EC;
}
.AnyTagClassName
{
color: #BF42EC;
}
</style>
background-color css
<style>
a { background-color: #BF42EC; }
a { background-color: rgb(191,66,236); }
div.DivClassName
{
background-color: #BF42EC;
}
.BgClassName
{
background-color: #BF42EC;
}
</style>
border-color css
<style>
span { border-color: #BF42EC; }
span { border-color: rgb(191,66,236); }
td.TdClassName
{
border-color: #BF42EC;
}
.TagClassName
{
border-color: #BF42EC;
}
</style>