Shades of Medium Orchid #BA42CB
Tints of Medium Orchid #BA42CB
RGB
CMYK
RGB Variations
Color information
#BA42CB (or 0xBA42CB) is known color: Medium Orchid. HEX triplet: BA, 42 and CB. RGB value is (186,66,203). Sum of RGB (Red+Green+Blue) = 186+66+203=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA42CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CB is #45BD34. Grayscale: #757575. Windows color (decimal): -4570421 or 13320890. OLE color: 13320890.
HSL color Cylindrical-coordinate representation of color #BA42CB: hue angle of 292.55º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA42CB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 66 | 203 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.20 |
| HSL | 292.55º | 0.57% | 0.53% | - |
| HSV(B) | 292.55º | 0.67% | 0.8% | - |
| XYZ | 32.98 | 18.65 | 58.36 | - |
| YUV | 117.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 203 | 0.08 | 0.67 | 0 | 0.20 | 292.55 | 0.57 | 0.53 |
| Hex | BA | 42 | CB | 8 | 43 | 0 | 14 | 125 | 39 | 35 |
| Octal | 272 | 102 | 313 | 10 | 103 | 0 | 24 | 445 | 71 | 65 |
| Binary | 10111010 | 1000010 | 11001011 | 1000 | 1000011 | 0 | 10100 | 100100101 | 111001 | 110101 |
Color Harmonies of #BA42CB
Complementary color
Monochromatic Colors of #BA42CB
Black with #BA42CB
Text Example
Text Example
White with #BA42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42CB; }
p { color: rgb(186,66,203); }
H1.HeaderClassName
{
color: #BA42CB;
}
.AnyTagClassName
{
color: #BA42CB;
}
</style>
background-color css
<style>
a { background-color: #BA42CB; }
a { background-color: rgb(186,66,203); }
div.DivClassName
{
background-color: #BA42CB;
}
.BgClassName
{
background-color: #BA42CB;
}
</style>
border-color css
<style>
span { border-color: #BA42CB; }
span { border-color: rgb(186,66,203); }
td.TdClassName
{
border-color: #BA42CB;
}
.TagClassName
{
border-color: #BA42CB;
}
</style>