Shades of Medium Orchid #BA4BEA
Tints of Medium Orchid #BA4BEA
RGB
CMYK
RGB Variations
Color information
#BA4BEA (or 0xBA4BEA) is known color: Medium Orchid. HEX triplet: BA, 4B and EA. RGB value is (186,75,234). Sum of RGB (Red+Green+Blue) = 186+75+234=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BEA is #45B415. Grayscale: #7D7D7D. Windows color (decimal): -4568086 or 15354810. OLE color: 15354810.
HSL color Cylindrical-coordinate representation of color #BA4BEA: hue angle of 281.89º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4BEA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 75 | 234 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.08 |
| HSL | 281.89º | 0.79% | 0.61% | - |
| HSV(B) | 281.89º | 0.68% | 0.92% | - |
| XYZ | 37.62 | 21.41 | 79.99 | - |
| YUV | 126.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 234 | 0.21 | 0.68 | 0 | 0.08 | 281.89 | 0.79 | 0.61 |
| Hex | BA | 4B | EA | 15 | 44 | 0 | 8 | 11A | 4F | 3D |
| Octal | 272 | 113 | 352 | 25 | 104 | 0 | 10 | 432 | 117 | 75 |
| Binary | 10111010 | 1001011 | 11101010 | 10101 | 1000100 | 0 | 1000 | 100011010 | 1001111 | 111101 |
Color Harmonies of #BA4BEA
Complementary color
Monochromatic Colors of #BA4BEA
Black with #BA4BEA
Text Example
Text Example
White with #BA4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BEA; }
p { color: rgb(186,75,234); }
H1.HeaderClassName
{
color: #BA4BEA;
}
.AnyTagClassName
{
color: #BA4BEA;
}
</style>
background-color css
<style>
a { background-color: #BA4BEA; }
a { background-color: rgb(186,75,234); }
div.DivClassName
{
background-color: #BA4BEA;
}
.BgClassName
{
background-color: #BA4BEA;
}
</style>
border-color css
<style>
span { border-color: #BA4BEA; }
span { border-color: rgb(186,75,234); }
td.TdClassName
{
border-color: #BA4BEA;
}
.TagClassName
{
border-color: #BA4BEA;
}
</style>