Shades of Medium Orchid #BC48CF
Tints of Medium Orchid #BC48CF
RGB
CMYK
RGB Variations
Color information
#BC48CF (or 0xBC48CF) is known color: Medium Orchid. HEX triplet: BC, 48 and CF. RGB value is (188,72,207). Sum of RGB (Red+Green+Blue) = 188+72+207=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48CF is #43B730. Grayscale: #797979. Windows color (decimal): -4437809 or 13584572. OLE color: 13584572.
HSL color Cylindrical-coordinate representation of color #BC48CF: hue angle of 291.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC48CF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 72 | 207 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.19 |
| HSL | 291.56º | 0.58% | 0.55% | - |
| HSV(B) | 291.56º | 0.65% | 0.81% | - |
| XYZ | 34.32 | 19.83 | 61.05 | - |
| YUV | 122.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 207 | 0.09 | 0.65 | 0 | 0.19 | 291.56 | 0.58 | 0.55 |
| Hex | BC | 48 | CF | 9 | 41 | 0 | 13 | 124 | 3A | 37 |
| Octal | 274 | 110 | 317 | 11 | 101 | 0 | 23 | 444 | 72 | 67 |
| Binary | 10111100 | 1001000 | 11001111 | 1001 | 1000001 | 0 | 10011 | 100100100 | 111010 | 110111 |
Color Harmonies of #BC48CF
Complementary color
Monochromatic Colors of #BC48CF
Black with #BC48CF
Text Example
Text Example
White with #BC48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48CF; }
p { color: rgb(188,72,207); }
H1.HeaderClassName
{
color: #BC48CF;
}
.AnyTagClassName
{
color: #BC48CF;
}
</style>
background-color css
<style>
a { background-color: #BC48CF; }
a { background-color: rgb(188,72,207); }
div.DivClassName
{
background-color: #BC48CF;
}
.BgClassName
{
background-color: #BC48CF;
}
</style>
border-color css
<style>
span { border-color: #BC48CF; }
span { border-color: rgb(188,72,207); }
td.TdClassName
{
border-color: #BC48CF;
}
.TagClassName
{
border-color: #BC48CF;
}
</style>