Shades of Medium Orchid #BA5CE5
Tints of Medium Orchid #BA5CE5
RGB
CMYK
RGB Variations
Color information
#BA5CE5 (or 0xBA5CE5) is known color: Medium Orchid. HEX triplet: BA, 5C and E5. RGB value is (186,92,229). Sum of RGB (Red+Green+Blue) = 186+92+229=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CE5 is #45A31A. Grayscale: #878787. Windows color (decimal): -4563739 or 15031482. OLE color: 15031482.
HSL color Cylindrical-coordinate representation of color #BA5CE5: hue angle of 281.17º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5CE5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 92 | 229 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.10 |
| HSL | 281.17º | 0.72% | 0.63% | - |
| HSV(B) | 281.17º | 0.6% | 0.9% | - |
| XYZ | 38.22 | 23.75 | 76.7 | - |
| YUV | 135.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 229 | 0.19 | 0.60 | 0 | 0.10 | 281.17 | 0.72 | 0.63 |
| Hex | BA | 5C | E5 | 13 | 3C | 0 | A | 119 | 48 | 3F |
| Octal | 272 | 134 | 345 | 23 | 74 | 0 | 12 | 431 | 110 | 77 |
| Binary | 10111010 | 1011100 | 11100101 | 10011 | 111100 | 0 | 1010 | 100011001 | 1001000 | 111111 |
Color Harmonies of #BA5CE5
Complementary color
Monochromatic Colors of #BA5CE5
Black with #BA5CE5
Text Example
Text Example
White with #BA5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CE5; }
p { color: rgb(186,92,229); }
H1.HeaderClassName
{
color: #BA5CE5;
}
.AnyTagClassName
{
color: #BA5CE5;
}
</style>
background-color css
<style>
a { background-color: #BA5CE5; }
a { background-color: rgb(186,92,229); }
div.DivClassName
{
background-color: #BA5CE5;
}
.BgClassName
{
background-color: #BA5CE5;
}
</style>
border-color css
<style>
span { border-color: #BA5CE5; }
span { border-color: rgb(186,92,229); }
td.TdClassName
{
border-color: #BA5CE5;
}
.TagClassName
{
border-color: #BA5CE5;
}
</style>