Shades of Medium Orchid #BA34F8
Tints of Medium Orchid #BA34F8
RGB
CMYK
RGB Variations
Color information
#BA34F8 (or 0xBA34F8) is known color: Medium Orchid. HEX triplet: BA, 34 and F8. RGB value is (186,52,248). Sum of RGB (Red+Green+Blue) = 186+52+248=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34F8 is #45CB07. Grayscale: #717171. Windows color (decimal): -4573960 or 16266426. OLE color: 16266426.
HSL color Cylindrical-coordinate representation of color #BA34F8: hue angle of 281.02º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA34F8 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 52 | 248 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.03 |
| HSL | 281.02º | 0.93% | 0.59% | - |
| HSV(B) | 281.02º | 0.79% | 0.97% | - |
| XYZ | 38.42 | 19.67 | 90.58 | - |
| YUV | 114.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 248 | 0.25 | 0.79 | 0 | 0.03 | 281.02 | 0.93 | 0.59 |
| Hex | BA | 34 | F8 | 19 | 4F | 0 | 3 | 119 | 5D | 3B |
| Octal | 272 | 64 | 370 | 31 | 117 | 0 | 3 | 431 | 135 | 73 |
| Binary | 10111010 | 110100 | 11111000 | 11001 | 1001111 | 0 | 11 | 100011001 | 1011101 | 111011 |
Color Harmonies of #BA34F8
Complementary color
Monochromatic Colors of #BA34F8
Black with #BA34F8
Text Example
Text Example
White with #BA34F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34F8; }
p { color: rgb(186,52,248); }
H1.HeaderClassName
{
color: #BA34F8;
}
.AnyTagClassName
{
color: #BA34F8;
}
</style>
background-color css
<style>
a { background-color: #BA34F8; }
a { background-color: rgb(186,52,248); }
div.DivClassName
{
background-color: #BA34F8;
}
.BgClassName
{
background-color: #BA34F8;
}
</style>
border-color css
<style>
span { border-color: #BA34F8; }
span { border-color: rgb(186,52,248); }
td.TdClassName
{
border-color: #BA34F8;
}
.TagClassName
{
border-color: #BA34F8;
}
</style>