Shades of Medium Orchid #BA33E6
Tints of Medium Orchid #BA33E6
RGB
CMYK
RGB Variations
Color information
#BA33E6 (or 0xBA33E6) is known color: Medium Orchid. HEX triplet: BA, 33 and E6. RGB value is (186,51,230). Sum of RGB (Red+Green+Blue) = 186+51+230=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA33E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33E6 is #45CC19. Grayscale: #6F6F6F. Windows color (decimal): -4574234 or 15086522. OLE color: 15086522.
HSL color Cylindrical-coordinate representation of color #BA33E6: hue angle of 285.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33E6 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 51 | 230 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.10 |
| HSL | 285.25º | 0.78% | 0.55% | - |
| HSV(B) | 285.25º | 0.78% | 0.9% | - |
| XYZ | 35.72 | 18.52 | 76.56 | - |
| YUV | 111.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 230 | 0.19 | 0.78 | 0 | 0.10 | 285.25 | 0.78 | 0.55 |
| Hex | BA | 33 | E6 | 13 | 4E | 0 | A | 11D | 4E | 37 |
| Octal | 272 | 63 | 346 | 23 | 116 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111010 | 110011 | 11100110 | 10011 | 1001110 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #BA33E6
Complementary color
Monochromatic Colors of #BA33E6
Black with #BA33E6
Text Example
Text Example
White with #BA33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33E6; }
p { color: rgb(186,51,230); }
H1.HeaderClassName
{
color: #BA33E6;
}
.AnyTagClassName
{
color: #BA33E6;
}
</style>
background-color css
<style>
a { background-color: #BA33E6; }
a { background-color: rgb(186,51,230); }
div.DivClassName
{
background-color: #BA33E6;
}
.BgClassName
{
background-color: #BA33E6;
}
</style>
border-color css
<style>
span { border-color: #BA33E6; }
span { border-color: rgb(186,51,230); }
td.TdClassName
{
border-color: #BA33E6;
}
.TagClassName
{
border-color: #BA33E6;
}
</style>