Shades of Medium Orchid #BC46CF
Tints of Medium Orchid #BC46CF
RGB
CMYK
RGB Variations
Color information
#BC46CF (or 0xBC46CF) is known color: Medium Orchid. HEX triplet: BC, 46 and CF. RGB value is (188,70,207). Sum of RGB (Red+Green+Blue) = 188+70+207=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46CF is #43B930. Grayscale: #787878. Windows color (decimal): -4438321 or 13584060. OLE color: 13584060.
HSL color Cylindrical-coordinate representation of color #BC46CF: hue angle of 291.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC46CF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 70 | 207 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.19 |
| HSL | 291.68º | 0.59% | 0.54% | - |
| HSV(B) | 291.68º | 0.66% | 0.81% | - |
| XYZ | 34.19 | 19.58 | 61.01 | - |
| YUV | 120.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 207 | 0.09 | 0.66 | 0 | 0.19 | 291.68 | 0.59 | 0.54 |
| Hex | BC | 46 | CF | 9 | 42 | 0 | 13 | 124 | 3B | 36 |
| Octal | 274 | 106 | 317 | 11 | 102 | 0 | 23 | 444 | 73 | 66 |
| Binary | 10111100 | 1000110 | 11001111 | 1001 | 1000010 | 0 | 10011 | 100100100 | 111011 | 110110 |
Color Harmonies of #BC46CF
Complementary color
Monochromatic Colors of #BC46CF
Black with #BC46CF
Text Example
Text Example
White with #BC46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46CF; }
p { color: rgb(188,70,207); }
H1.HeaderClassName
{
color: #BC46CF;
}
.AnyTagClassName
{
color: #BC46CF;
}
</style>
background-color css
<style>
a { background-color: #BC46CF; }
a { background-color: rgb(188,70,207); }
div.DivClassName
{
background-color: #BC46CF;
}
.BgClassName
{
background-color: #BC46CF;
}
</style>
border-color css
<style>
span { border-color: #BC46CF; }
span { border-color: rgb(188,70,207); }
td.TdClassName
{
border-color: #BC46CF;
}
.TagClassName
{
border-color: #BC46CF;
}
</style>