Shades of Medium Orchid #BA34E8
Tints of Medium Orchid #BA34E8
RGB
CMYK
RGB Variations
Color information
#BA34E8 (or 0xBA34E8) is known color: Medium Orchid. HEX triplet: BA, 34 and E8. RGB value is (186,52,232). Sum of RGB (Red+Green+Blue) = 186+52+232=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA34E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34E8 is #45CB17. Grayscale: #6F6F6F. Windows color (decimal): -4573976 or 15217850. OLE color: 15217850.
HSL color Cylindrical-coordinate representation of color #BA34E8: hue angle of 284.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA34E8 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 52 | 232 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.09 |
| HSL | 284.67º | 0.8% | 0.56% | - |
| HSV(B) | 284.67º | 0.78% | 0.91% | - |
| XYZ | 36.04 | 18.72 | 78.06 | - |
| YUV | 112.59 | 195.39 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 232 | 0.20 | 0.78 | 0 | 0.09 | 284.67 | 0.8 | 0.56 |
| Hex | BA | 34 | E8 | 14 | 4E | 0 | 9 | 11D | 50 | 38 |
| Octal | 272 | 64 | 350 | 24 | 116 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111010 | 110100 | 11101000 | 10100 | 1001110 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BA34E8
Complementary color
Monochromatic Colors of #BA34E8
Black with #BA34E8
Text Example
Text Example
White with #BA34E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34E8; }
p { color: rgb(186,52,232); }
H1.HeaderClassName
{
color: #BA34E8;
}
.AnyTagClassName
{
color: #BA34E8;
}
</style>
background-color css
<style>
a { background-color: #BA34E8; }
a { background-color: rgb(186,52,232); }
div.DivClassName
{
background-color: #BA34E8;
}
.BgClassName
{
background-color: #BA34E8;
}
</style>
border-color css
<style>
span { border-color: #BA34E8; }
span { border-color: rgb(186,52,232); }
td.TdClassName
{
border-color: #BA34E8;
}
.TagClassName
{
border-color: #BA34E8;
}
</style>