Shades of Medium Orchid #BC66D4
Tints of Medium Orchid #BC66D4
RGB
CMYK
RGB Variations
Color information
#BC66D4 (or 0xBC66D4) is known color: Medium Orchid. HEX triplet: BC, 66 and D4. RGB value is (188,102,212). Sum of RGB (Red+Green+Blue) = 188+102+212=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66D4 is #43992B. Grayscale: #8B8B8B. Windows color (decimal): -4430124 or 13919932. OLE color: 13919932.
HSL color Cylindrical-coordinate representation of color #BC66D4: hue angle of 286.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC66D4 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 102 | 212 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.17 |
| HSL | 286.91º | 0.56% | 0.62% | - |
| HSV(B) | 286.91º | 0.52% | 0.83% | - |
| XYZ | 37.37 | 24.95 | 65.13 | - |
| YUV | 140.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 212 | 0.11 | 0.52 | 0 | 0.17 | 286.91 | 0.56 | 0.62 |
| Hex | BC | 66 | D4 | B | 34 | 0 | 11 | 11F | 38 | 3E |
| Octal | 274 | 146 | 324 | 13 | 64 | 0 | 21 | 437 | 70 | 76 |
| Binary | 10111100 | 1100110 | 11010100 | 1011 | 110100 | 0 | 10001 | 100011111 | 111000 | 111110 |
Color Harmonies of #BC66D4
Complementary color
Monochromatic Colors of #BC66D4
Black with #BC66D4
Text Example
Text Example
White with #BC66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66D4; }
p { color: rgb(188,102,212); }
H1.HeaderClassName
{
color: #BC66D4;
}
.AnyTagClassName
{
color: #BC66D4;
}
</style>
background-color css
<style>
a { background-color: #BC66D4; }
a { background-color: rgb(188,102,212); }
div.DivClassName
{
background-color: #BC66D4;
}
.BgClassName
{
background-color: #BC66D4;
}
</style>
border-color css
<style>
span { border-color: #BC66D4; }
span { border-color: rgb(188,102,212); }
td.TdClassName
{
border-color: #BC66D4;
}
.TagClassName
{
border-color: #BC66D4;
}
</style>