Shades of Medium Orchid #BC39CF
Tints of Medium Orchid #BC39CF
RGB
CMYK
RGB Variations
Color information
#BC39CF (or 0xBC39CF) is known color: Medium Orchid. HEX triplet: BC, 39 and CF. RGB value is (188,57,207). Sum of RGB (Red+Green+Blue) = 188+57+207=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CF is #43C630. Grayscale: #707070. Windows color (decimal): -4441649 or 13580732. OLE color: 13580732.
HSL color Cylindrical-coordinate representation of color #BC39CF: hue angle of 292.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC39CF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 57 | 207 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.19 |
| HSL | 292.4º | 0.61% | 0.52% | - |
| HSV(B) | 292.4º | 0.72% | 0.81% | - |
| XYZ | 33.46 | 18.12 | 60.77 | - |
| YUV | 113.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 207 | 0.09 | 0.72 | 0 | 0.19 | 292.4 | 0.61 | 0.52 |
| Hex | BC | 39 | CF | 9 | 48 | 0 | 13 | 124 | 3D | 34 |
| Octal | 274 | 71 | 317 | 11 | 110 | 0 | 23 | 444 | 75 | 64 |
| Binary | 10111100 | 111001 | 11001111 | 1001 | 1001000 | 0 | 10011 | 100100100 | 111101 | 110100 |
Color Harmonies of #BC39CF
Complementary color
Monochromatic Colors of #BC39CF
Black with #BC39CF
Text Example
Text Example
White with #BC39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39CF; }
p { color: rgb(188,57,207); }
H1.HeaderClassName
{
color: #BC39CF;
}
.AnyTagClassName
{
color: #BC39CF;
}
</style>
background-color css
<style>
a { background-color: #BC39CF; }
a { background-color: rgb(188,57,207); }
div.DivClassName
{
background-color: #BC39CF;
}
.BgClassName
{
background-color: #BC39CF;
}
</style>
border-color css
<style>
span { border-color: #BC39CF; }
span { border-color: rgb(188,57,207); }
td.TdClassName
{
border-color: #BC39CF;
}
.TagClassName
{
border-color: #BC39CF;
}
</style>