Shades of Medium Orchid #BA4BED
Tints of Medium Orchid #BA4BED
RGB
CMYK
RGB Variations
Color information
#BA4BED (or 0xBA4BED) is known color: Medium Orchid. HEX triplet: BA, 4B and ED. RGB value is (186,75,237). Sum of RGB (Red+Green+Blue) = 186+75+237=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BED is #45B412. Grayscale: #7E7E7E. Windows color (decimal): -4568083 or 15551418. OLE color: 15551418.
HSL color Cylindrical-coordinate representation of color #BA4BED: hue angle of 281.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4BED is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 75 | 237 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.07 |
| HSL | 281.11º | 0.82% | 0.61% | - |
| HSV(B) | 281.11º | 0.68% | 0.93% | - |
| XYZ | 38.05 | 21.59 | 82.28 | - |
| YUV | 126.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 237 | 0.22 | 0.68 | 0 | 0.07 | 281.11 | 0.82 | 0.61 |
| Hex | BA | 4B | ED | 16 | 44 | 0 | 7 | 119 | 52 | 3D |
| Octal | 272 | 113 | 355 | 26 | 104 | 0 | 7 | 431 | 122 | 75 |
| Binary | 10111010 | 1001011 | 11101101 | 10110 | 1000100 | 0 | 111 | 100011001 | 1010010 | 111101 |
Color Harmonies of #BA4BED
Complementary color
Monochromatic Colors of #BA4BED
Black with #BA4BED
Text Example
Text Example
White with #BA4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BED; }
p { color: rgb(186,75,237); }
H1.HeaderClassName
{
color: #BA4BED;
}
.AnyTagClassName
{
color: #BA4BED;
}
</style>
background-color css
<style>
a { background-color: #BA4BED; }
a { background-color: rgb(186,75,237); }
div.DivClassName
{
background-color: #BA4BED;
}
.BgClassName
{
background-color: #BA4BED;
}
</style>
border-color css
<style>
span { border-color: #BA4BED; }
span { border-color: rgb(186,75,237); }
td.TdClassName
{
border-color: #BA4BED;
}
.TagClassName
{
border-color: #BA4BED;
}
</style>