Shades of Medium Orchid #BF3CED
Tints of Medium Orchid #BF3CED
RGB
CMYK
RGB Variations
Color information
#BF3CED (or 0xBF3CED) is known color: Medium Orchid. HEX triplet: BF, 3C and ED. RGB value is (191,60,237). Sum of RGB (Red+Green+Blue) = 191+60+237=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF3CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CED is #40C312. Grayscale: #767676. Windows color (decimal): -4244243 or 15547583. OLE color: 15547583.
HSL color Cylindrical-coordinate representation of color #BF3CED: hue angle of 284.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3CED is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 60 | 237 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.07 |
| HSL | 284.41º | 0.83% | 0.58% | - |
| HSV(B) | 284.41º | 0.75% | 0.93% | - |
| XYZ | 38.39 | 20.42 | 82.04 | - |
| YUV | 119.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 237 | 0.19 | 0.75 | 0 | 0.07 | 284.41 | 0.83 | 0.58 |
| Hex | BF | 3C | ED | 13 | 4B | 0 | 7 | 11C | 53 | 3A |
| Octal | 277 | 74 | 355 | 23 | 113 | 0 | 7 | 434 | 123 | 72 |
| Binary | 10111111 | 111100 | 11101101 | 10011 | 1001011 | 0 | 111 | 100011100 | 1010011 | 111010 |
Color Harmonies of #BF3CED
Complementary color
Monochromatic Colors of #BF3CED
Black with #BF3CED
Text Example
Text Example
White with #BF3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CED; }
p { color: rgb(191,60,237); }
H1.HeaderClassName
{
color: #BF3CED;
}
.AnyTagClassName
{
color: #BF3CED;
}
</style>
background-color css
<style>
a { background-color: #BF3CED; }
a { background-color: rgb(191,60,237); }
div.DivClassName
{
background-color: #BF3CED;
}
.BgClassName
{
background-color: #BF3CED;
}
</style>
border-color css
<style>
span { border-color: #BF3CED; }
span { border-color: rgb(191,60,237); }
td.TdClassName
{
border-color: #BF3CED;
}
.TagClassName
{
border-color: #BF3CED;
}
</style>