Shades of Medium Orchid #BF4CED
Tints of Medium Orchid #BF4CED
RGB
CMYK
RGB Variations
Color information
#BF4CED (or 0xBF4CED) is known color: Medium Orchid. HEX triplet: BF, 4C and ED. RGB value is (191,76,237). Sum of RGB (Red+Green+Blue) = 191+76+237=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CED is #40B312. Grayscale: #808080. Windows color (decimal): -4240147 or 15551679. OLE color: 15551679.
HSL color Cylindrical-coordinate representation of color #BF4CED: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4CED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 76 | 237 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.07 |
| HSL | 282.86º | 0.82% | 0.61% | - |
| HSV(B) | 282.86º | 0.68% | 0.93% | - |
| XYZ | 39.36 | 22.36 | 82.36 | - |
| YUV | 128.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 237 | 0.19 | 0.68 | 0 | 0.07 | 282.86 | 0.82 | 0.61 |
| Hex | BF | 4C | ED | 13 | 44 | 0 | 7 | 11B | 52 | 3D |
| Octal | 277 | 114 | 355 | 23 | 104 | 0 | 7 | 433 | 122 | 75 |
| Binary | 10111111 | 1001100 | 11101101 | 10011 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111101 |
Color Harmonies of #BF4CED
Complementary color
Monochromatic Colors of #BF4CED
Black with #BF4CED
Text Example
Text Example
White with #BF4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CED; }
p { color: rgb(191,76,237); }
H1.HeaderClassName
{
color: #BF4CED;
}
.AnyTagClassName
{
color: #BF4CED;
}
</style>
background-color css
<style>
a { background-color: #BF4CED; }
a { background-color: rgb(191,76,237); }
div.DivClassName
{
background-color: #BF4CED;
}
.BgClassName
{
background-color: #BF4CED;
}
</style>
border-color css
<style>
span { border-color: #BF4CED; }
span { border-color: rgb(191,76,237); }
td.TdClassName
{
border-color: #BF4CED;
}
.TagClassName
{
border-color: #BF4CED;
}
</style>