Shades of Medium Orchid #BA4CCE
Tints of Medium Orchid #BA4CCE
RGB
CMYK
RGB Variations
Color information
#BA4CCE (or 0xBA4CCE) is known color: Medium Orchid. HEX triplet: BA, 4C and CE. RGB value is (186,76,206). Sum of RGB (Red+Green+Blue) = 186+76+206=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CCE is #45B331. Grayscale: #7B7B7B. Windows color (decimal): -4567858 or 13520058. OLE color: 13520058.
HSL color Cylindrical-coordinate representation of color #BA4CCE: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4CCE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 76 | 206 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.19 |
| HSL | 290.77º | 0.57% | 0.55% | - |
| HSV(B) | 290.77º | 0.63% | 0.81% | - |
| XYZ | 33.97 | 20.06 | 60.47 | - |
| YUV | 123.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 206 | 0.10 | 0.63 | 0 | 0.19 | 290.77 | 0.57 | 0.55 |
| Hex | BA | 4C | CE | A | 3F | 0 | 13 | 123 | 39 | 37 |
| Octal | 272 | 114 | 316 | 12 | 77 | 0 | 23 | 443 | 71 | 67 |
| Binary | 10111010 | 1001100 | 11001110 | 1010 | 111111 | 0 | 10011 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA4CCE
Complementary color
Monochromatic Colors of #BA4CCE
Black with #BA4CCE
Text Example
Text Example
White with #BA4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CCE; }
p { color: rgb(186,76,206); }
H1.HeaderClassName
{
color: #BA4CCE;
}
.AnyTagClassName
{
color: #BA4CCE;
}
</style>
background-color css
<style>
a { background-color: #BA4CCE; }
a { background-color: rgb(186,76,206); }
div.DivClassName
{
background-color: #BA4CCE;
}
.BgClassName
{
background-color: #BA4CCE;
}
</style>
border-color css
<style>
span { border-color: #BA4CCE; }
span { border-color: rgb(186,76,206); }
td.TdClassName
{
border-color: #BA4CCE;
}
.TagClassName
{
border-color: #BA4CCE;
}
</style>