Shades of Medium Orchid #BC69CC
Tints of Medium Orchid #BC69CC
RGB
CMYK
RGB Variations
Color information
#BC69CC (or 0xBC69CC) is known color: Medium Orchid. HEX triplet: BC, 69 and CC. RGB value is (188,105,204). Sum of RGB (Red+Green+Blue) = 188+105+204=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69CC is #439633. Grayscale: #8C8C8C. Windows color (decimal): -4429364 or 13396412. OLE color: 13396412.
HSL color Cylindrical-coordinate representation of color #BC69CC: hue angle of 290.3º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC69CC is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 105 | 204 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.2 |
| HSL | 290.3º | 0.49% | 0.61% | - |
| HSV(B) | 290.3º | 0.49% | 0.8% | - |
| XYZ | 36.69 | 25.15 | 60.05 | - |
| YUV | 141.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 204 | 0.08 | 0.49 | 0 | 0.2 | 290.3 | 0.49 | 0.61 |
| Hex | BC | 69 | CC | 8 | 31 | 0 | 14 | 122 | 31 | 3D |
| Octal | 274 | 151 | 314 | 10 | 61 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111100 | 1101001 | 11001100 | 1000 | 110001 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BC69CC
Complementary color
Monochromatic Colors of #BC69CC
Black with #BC69CC
Text Example
Text Example
White with #BC69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69CC; }
p { color: rgb(188,105,204); }
H1.HeaderClassName
{
color: #BC69CC;
}
.AnyTagClassName
{
color: #BC69CC;
}
</style>
background-color css
<style>
a { background-color: #BC69CC; }
a { background-color: rgb(188,105,204); }
div.DivClassName
{
background-color: #BC69CC;
}
.BgClassName
{
background-color: #BC69CC;
}
</style>
border-color css
<style>
span { border-color: #BC69CC; }
span { border-color: rgb(188,105,204); }
td.TdClassName
{
border-color: #BC69CC;
}
.TagClassName
{
border-color: #BC69CC;
}
</style>