Shades of Medium Orchid #BC67D4
Tints of Medium Orchid #BC67D4
RGB
CMYK
RGB Variations
Color information
#BC67D4 (or 0xBC67D4) is known color: Medium Orchid. HEX triplet: BC, 67 and D4. RGB value is (188,103,212). Sum of RGB (Red+Green+Blue) = 188+103+212=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67D4 is #43982B. Grayscale: #8C8C8C. Windows color (decimal): -4429868 or 13920188. OLE color: 13920188.
HSL color Cylindrical-coordinate representation of color #BC67D4: hue angle of 286.79º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC67D4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 103 | 212 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.17 |
| HSL | 286.79º | 0.56% | 0.62% | - |
| HSV(B) | 286.79º | 0.51% | 0.83% | - |
| XYZ | 37.47 | 25.15 | 65.17 | - |
| YUV | 140.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 212 | 0.11 | 0.51 | 0 | 0.17 | 286.79 | 0.56 | 0.62 |
| Hex | BC | 67 | D4 | B | 33 | 0 | 11 | 11F | 38 | 3E |
| Octal | 274 | 147 | 324 | 13 | 63 | 0 | 21 | 437 | 70 | 76 |
| Binary | 10111100 | 1100111 | 11010100 | 1011 | 110011 | 0 | 10001 | 100011111 | 111000 | 111110 |
Color Harmonies of #BC67D4
Complementary color
Monochromatic Colors of #BC67D4
Black with #BC67D4
Text Example
Text Example
White with #BC67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67D4; }
p { color: rgb(188,103,212); }
H1.HeaderClassName
{
color: #BC67D4;
}
.AnyTagClassName
{
color: #BC67D4;
}
</style>
background-color css
<style>
a { background-color: #BC67D4; }
a { background-color: rgb(188,103,212); }
div.DivClassName
{
background-color: #BC67D4;
}
.BgClassName
{
background-color: #BC67D4;
}
</style>
border-color css
<style>
span { border-color: #BC67D4; }
span { border-color: rgb(188,103,212); }
td.TdClassName
{
border-color: #BC67D4;
}
.TagClassName
{
border-color: #BC67D4;
}
</style>