Shades of Medium Orchid #BA62CB
Tints of Medium Orchid #BA62CB
RGB
CMYK
RGB Variations
Color information
#BA62CB (or 0xBA62CB) is known color: Medium Orchid. HEX triplet: BA, 62 and CB. RGB value is (186,98,203). Sum of RGB (Red+Green+Blue) = 186+98+203=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CB is #459D34. Grayscale: #878787. Windows color (decimal): -4562229 or 13329082. OLE color: 13329082.
HSL color Cylindrical-coordinate representation of color #BA62CB: hue angle of 290.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA62CB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 98 | 203 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.20 |
| HSL | 290.29º | 0.5% | 0.59% | - |
| HSV(B) | 290.29º | 0.52% | 0.8% | - |
| XYZ | 35.4 | 23.49 | 59.17 | - |
| YUV | 136.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 203 | 0.08 | 0.52 | 0 | 0.20 | 290.29 | 0.5 | 0.59 |
| Hex | BA | 62 | CB | 8 | 34 | 0 | 14 | 122 | 32 | 3B |
| Octal | 272 | 142 | 313 | 10 | 64 | 0 | 24 | 442 | 62 | 73 |
| Binary | 10111010 | 1100010 | 11001011 | 1000 | 110100 | 0 | 10100 | 100100010 | 110010 | 111011 |
Color Harmonies of #BA62CB
Complementary color
Monochromatic Colors of #BA62CB
Black with #BA62CB
Text Example
Text Example
White with #BA62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62CB; }
p { color: rgb(186,98,203); }
H1.HeaderClassName
{
color: #BA62CB;
}
.AnyTagClassName
{
color: #BA62CB;
}
</style>
background-color css
<style>
a { background-color: #BA62CB; }
a { background-color: rgb(186,98,203); }
div.DivClassName
{
background-color: #BA62CB;
}
.BgClassName
{
background-color: #BA62CB;
}
</style>
border-color css
<style>
span { border-color: #BA62CB; }
span { border-color: rgb(186,98,203); }
td.TdClassName
{
border-color: #BA62CB;
}
.TagClassName
{
border-color: #BA62CB;
}
</style>