Shades of Medium Orchid #BC67CF
Tints of Medium Orchid #BC67CF
RGB
CMYK
RGB Variations
Color information
#BC67CF (or 0xBC67CF) is known color: Medium Orchid. HEX triplet: BC, 67 and CF. RGB value is (188,103,207). Sum of RGB (Red+Green+Blue) = 188+103+207=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CF is #439830. Grayscale: #8B8B8B. Windows color (decimal): -4429873 or 13592508. OLE color: 13592508.
HSL color Cylindrical-coordinate representation of color #BC67CF: hue angle of 289.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC67CF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 103 | 207 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 289.04º | 0.52% | 0.61% | - |
| HSV(B) | 289.04º | 0.5% | 0.81% | - |
| XYZ | 36.85 | 24.9 | 61.89 | - |
| YUV | 140.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 207 | 0.09 | 0.50 | 0 | 0.19 | 289.04 | 0.52 | 0.61 |
| Hex | BC | 67 | CF | 9 | 32 | 0 | 13 | 121 | 34 | 3D |
| Octal | 274 | 147 | 317 | 11 | 62 | 0 | 23 | 441 | 64 | 75 |
| Binary | 10111100 | 1100111 | 11001111 | 1001 | 110010 | 0 | 10011 | 100100001 | 110100 | 111101 |
Color Harmonies of #BC67CF
Complementary color
Monochromatic Colors of #BC67CF
Black with #BC67CF
Text Example
Text Example
White with #BC67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67CF; }
p { color: rgb(188,103,207); }
H1.HeaderClassName
{
color: #BC67CF;
}
.AnyTagClassName
{
color: #BC67CF;
}
</style>
background-color css
<style>
a { background-color: #BC67CF; }
a { background-color: rgb(188,103,207); }
div.DivClassName
{
background-color: #BC67CF;
}
.BgClassName
{
background-color: #BC67CF;
}
</style>
border-color css
<style>
span { border-color: #BC67CF; }
span { border-color: rgb(188,103,207); }
td.TdClassName
{
border-color: #BC67CF;
}
.TagClassName
{
border-color: #BC67CF;
}
</style>