Shades of Medium Orchid #BA38CB
Tints of Medium Orchid #BA38CB
RGB
CMYK
RGB Variations
Color information
#BA38CB (or 0xBA38CB) is known color: Medium Orchid. HEX triplet: BA, 38 and CB. RGB value is (186,56,203). Sum of RGB (Red+Green+Blue) = 186+56+203=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38CB is #45C734. Grayscale: #6F6F6F. Windows color (decimal): -4572981 or 13318330. OLE color: 13318330.
HSL color Cylindrical-coordinate representation of color #BA38CB: hue angle of 293.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA38CB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 56 | 203 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.20 |
| HSL | 293.06º | 0.59% | 0.51% | - |
| HSV(B) | 293.06º | 0.72% | 0.8% | - |
| XYZ | 32.44 | 17.58 | 58.18 | - |
| YUV | 111.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 203 | 0.08 | 0.72 | 0 | 0.20 | 293.06 | 0.59 | 0.51 |
| Hex | BA | 38 | CB | 8 | 48 | 0 | 14 | 125 | 3B | 33 |
| Octal | 272 | 70 | 313 | 10 | 110 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111010 | 111000 | 11001011 | 1000 | 1001000 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BA38CB
Complementary color
Monochromatic Colors of #BA38CB
Black with #BA38CB
Text Example
Text Example
White with #BA38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38CB; }
p { color: rgb(186,56,203); }
H1.HeaderClassName
{
color: #BA38CB;
}
.AnyTagClassName
{
color: #BA38CB;
}
</style>
background-color css
<style>
a { background-color: #BA38CB; }
a { background-color: rgb(186,56,203); }
div.DivClassName
{
background-color: #BA38CB;
}
.BgClassName
{
background-color: #BA38CB;
}
</style>
border-color css
<style>
span { border-color: #BA38CB; }
span { border-color: rgb(186,56,203); }
td.TdClassName
{
border-color: #BA38CB;
}
.TagClassName
{
border-color: #BA38CB;
}
</style>