Shades of Medium Orchid #BC69D2
Tints of Medium Orchid #BC69D2
RGB
CMYK
RGB Variations
Color information
#BC69D2 (or 0xBC69D2) is known color: Medium Orchid. HEX triplet: BC, 69 and D2. RGB value is (188,105,210). Sum of RGB (Red+Green+Blue) = 188+105+210=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69D2 is #43962D. Grayscale: #8D8D8D. Windows color (decimal): -4429358 or 13789628. OLE color: 13789628.
HSL color Cylindrical-coordinate representation of color #BC69D2: hue angle of 287.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC69D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 105 | 210 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 287.43º | 0.54% | 0.62% | - |
| HSV(B) | 287.43º | 0.5% | 0.82% | - |
| XYZ | 37.42 | 25.45 | 63.91 | - |
| YUV | 141.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 210 | 0.10 | 0.50 | 0 | 0.18 | 287.43 | 0.54 | 0.62 |
| Hex | BC | 69 | D2 | A | 32 | 0 | 12 | 11F | 36 | 3E |
| Octal | 274 | 151 | 322 | 12 | 62 | 0 | 22 | 437 | 66 | 76 |
| Binary | 10111100 | 1101001 | 11010010 | 1010 | 110010 | 0 | 10010 | 100011111 | 110110 | 111110 |
Color Harmonies of #BC69D2
Complementary color
Monochromatic Colors of #BC69D2
Black with #BC69D2
Text Example
Text Example
White with #BC69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69D2; }
p { color: rgb(188,105,210); }
H1.HeaderClassName
{
color: #BC69D2;
}
.AnyTagClassName
{
color: #BC69D2;
}
</style>
background-color css
<style>
a { background-color: #BC69D2; }
a { background-color: rgb(188,105,210); }
div.DivClassName
{
background-color: #BC69D2;
}
.BgClassName
{
background-color: #BC69D2;
}
</style>
border-color css
<style>
span { border-color: #BC69D2; }
span { border-color: rgb(188,105,210); }
td.TdClassName
{
border-color: #BC69D2;
}
.TagClassName
{
border-color: #BC69D2;
}
</style>