Shades of Medium Orchid #BA33E8
Tints of Medium Orchid #BA33E8
RGB
CMYK
RGB Variations
Color information
#BA33E8 (or 0xBA33E8) is known color: Medium Orchid. HEX triplet: BA, 33 and E8. RGB value is (186,51,232). Sum of RGB (Red+Green+Blue) = 186+51+232=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA33E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33E8 is #45CC17. Grayscale: #6F6F6F. Windows color (decimal): -4574232 or 15217594. OLE color: 15217594.
HSL color Cylindrical-coordinate representation of color #BA33E8: hue angle of 284.75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33E8 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 51 | 232 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.09 |
| HSL | 284.75º | 0.8% | 0.55% | - |
| HSV(B) | 284.75º | 0.78% | 0.91% | - |
| XYZ | 36 | 18.63 | 78.04 | - |
| YUV | 112 | 195.73 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 232 | 0.20 | 0.78 | 0 | 0.09 | 284.75 | 0.8 | 0.55 |
| Hex | BA | 33 | E8 | 14 | 4E | 0 | 9 | 11D | 50 | 37 |
| Octal | 272 | 63 | 350 | 24 | 116 | 0 | 11 | 435 | 120 | 67 |
| Binary | 10111010 | 110011 | 11101000 | 10100 | 1001110 | 0 | 1001 | 100011101 | 1010000 | 110111 |
Color Harmonies of #BA33E8
Complementary color
Monochromatic Colors of #BA33E8
Black with #BA33E8
Text Example
Text Example
White with #BA33E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33E8; }
p { color: rgb(186,51,232); }
H1.HeaderClassName
{
color: #BA33E8;
}
.AnyTagClassName
{
color: #BA33E8;
}
</style>
background-color css
<style>
a { background-color: #BA33E8; }
a { background-color: rgb(186,51,232); }
div.DivClassName
{
background-color: #BA33E8;
}
.BgClassName
{
background-color: #BA33E8;
}
</style>
border-color css
<style>
span { border-color: #BA33E8; }
span { border-color: rgb(186,51,232); }
td.TdClassName
{
border-color: #BA33E8;
}
.TagClassName
{
border-color: #BA33E8;
}
</style>