Shades of Medium Orchid #BA69DC
Tints of Medium Orchid #BA69DC
RGB
CMYK
RGB Variations
Color information
#BA69DC (or 0xBA69DC) is known color: Medium Orchid. HEX triplet: BA, 69 and DC. RGB value is (186,105,220). Sum of RGB (Red+Green+Blue) = 186+105+220=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DC is #459623. Grayscale: #8D8D8D. Windows color (decimal): -4560420 or 14444986. OLE color: 14444986.
HSL color Cylindrical-coordinate representation of color #BA69DC: hue angle of 282.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA69DC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 105 | 220 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.14 |
| HSL | 282.26º | 0.62% | 0.64% | - |
| HSV(B) | 282.26º | 0.52% | 0.86% | - |
| XYZ | 38.22 | 25.71 | 70.66 | - |
| YUV | 142.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 220 | 0.15 | 0.52 | 0 | 0.14 | 282.26 | 0.62 | 0.64 |
| Hex | BA | 69 | DC | F | 34 | 0 | E | 11A | 3E | 40 |
| Octal | 272 | 151 | 334 | 17 | 64 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111010 | 1101001 | 11011100 | 1111 | 110100 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BA69DC
Complementary color
Monochromatic Colors of #BA69DC
Black with #BA69DC
Text Example
Text Example
White with #BA69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69DC; }
p { color: rgb(186,105,220); }
H1.HeaderClassName
{
color: #BA69DC;
}
.AnyTagClassName
{
color: #BA69DC;
}
</style>
background-color css
<style>
a { background-color: #BA69DC; }
a { background-color: rgb(186,105,220); }
div.DivClassName
{
background-color: #BA69DC;
}
.BgClassName
{
background-color: #BA69DC;
}
</style>
border-color css
<style>
span { border-color: #BA69DC; }
span { border-color: rgb(186,105,220); }
td.TdClassName
{
border-color: #BA69DC;
}
.TagClassName
{
border-color: #BA69DC;
}
</style>