Shades of Medium Orchid #BA67CB
Tints of Medium Orchid #BA67CB
RGB
CMYK
RGB Variations
Color information
#BA67CB (or 0xBA67CB) is known color: Medium Orchid. HEX triplet: BA, 67 and CB. RGB value is (186,103,203). Sum of RGB (Red+Green+Blue) = 186+103+203=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CB is #459834. Grayscale: #8A8A8A. Windows color (decimal): -4560949 or 13330362. OLE color: 13330362.
HSL color Cylindrical-coordinate representation of color #BA67CB: hue angle of 289.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA67CB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 103 | 203 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.20 |
| HSL | 289.8º | 0.49% | 0.6% | - |
| HSV(B) | 289.8º | 0.49% | 0.8% | - |
| XYZ | 35.88 | 24.45 | 59.33 | - |
| YUV | 139.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 203 | 0.08 | 0.49 | 0 | 0.20 | 289.8 | 0.49 | 0.6 |
| Hex | BA | 67 | CB | 8 | 31 | 0 | 14 | 122 | 31 | 3C |
| Octal | 272 | 147 | 313 | 10 | 61 | 0 | 24 | 442 | 61 | 74 |
| Binary | 10111010 | 1100111 | 11001011 | 1000 | 110001 | 0 | 10100 | 100100010 | 110001 | 111100 |
Color Harmonies of #BA67CB
Complementary color
Monochromatic Colors of #BA67CB
Black with #BA67CB
Text Example
Text Example
White with #BA67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67CB; }
p { color: rgb(186,103,203); }
H1.HeaderClassName
{
color: #BA67CB;
}
.AnyTagClassName
{
color: #BA67CB;
}
</style>
background-color css
<style>
a { background-color: #BA67CB; }
a { background-color: rgb(186,103,203); }
div.DivClassName
{
background-color: #BA67CB;
}
.BgClassName
{
background-color: #BA67CB;
}
</style>
border-color css
<style>
span { border-color: #BA67CB; }
span { border-color: rgb(186,103,203); }
td.TdClassName
{
border-color: #BA67CB;
}
.TagClassName
{
border-color: #BA67CB;
}
</style>