Shades of Medium Orchid #BC65D4
Tints of Medium Orchid #BC65D4
RGB
CMYK
RGB Variations
Color information
#BC65D4 (or 0xBC65D4) is known color: Medium Orchid. HEX triplet: BC, 65 and D4. RGB value is (188,101,212). Sum of RGB (Red+Green+Blue) = 188+101+212=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC65D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65D4 is #439A2B. Grayscale: #8B8B8B. Windows color (decimal): -4430380 or 13919676. OLE color: 13919676.
HSL color Cylindrical-coordinate representation of color #BC65D4: hue angle of 287.03º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC65D4 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 101 | 212 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.17 |
| HSL | 287.03º | 0.56% | 0.61% | - |
| HSV(B) | 287.03º | 0.52% | 0.83% | - |
| XYZ | 37.28 | 24.75 | 65.1 | - |
| YUV | 139.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 212 | 0.11 | 0.52 | 0 | 0.17 | 287.03 | 0.56 | 0.61 |
| Hex | BC | 65 | D4 | B | 34 | 0 | 11 | 11F | 38 | 3D |
| Octal | 274 | 145 | 324 | 13 | 64 | 0 | 21 | 437 | 70 | 75 |
| Binary | 10111100 | 1100101 | 11010100 | 1011 | 110100 | 0 | 10001 | 100011111 | 111000 | 111101 |
Color Harmonies of #BC65D4
Complementary color
Monochromatic Colors of #BC65D4
Black with #BC65D4
Text Example
Text Example
White with #BC65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65D4; }
p { color: rgb(188,101,212); }
H1.HeaderClassName
{
color: #BC65D4;
}
.AnyTagClassName
{
color: #BC65D4;
}
</style>
background-color css
<style>
a { background-color: #BC65D4; }
a { background-color: rgb(188,101,212); }
div.DivClassName
{
background-color: #BC65D4;
}
.BgClassName
{
background-color: #BC65D4;
}
</style>
border-color css
<style>
span { border-color: #BC65D4; }
span { border-color: rgb(188,101,212); }
td.TdClassName
{
border-color: #BC65D4;
}
.TagClassName
{
border-color: #BC65D4;
}
</style>