Shades of Medium Orchid #BA75CB
Tints of Medium Orchid #BA75CB
RGB
CMYK
RGB Variations
Color information
#BA75CB (or 0xBA75CB) is known color: Medium Orchid. HEX triplet: BA, 75 and CB. RGB value is (186,117,203). Sum of RGB (Red+Green+Blue) = 186+117+203=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CB is #458A34. Grayscale: #939393. Windows color (decimal): -4557365 or 13333946. OLE color: 13333946.
HSL color Cylindrical-coordinate representation of color #BA75CB: hue angle of 288.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA75CB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 117 | 203 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.20 |
| HSL | 288.14º | 0.45% | 0.63% | - |
| HSV(B) | 288.14º | 0.42% | 0.8% | - |
| XYZ | 37.39 | 27.47 | 59.83 | - |
| YUV | 147.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 203 | 0.08 | 0.42 | 0 | 0.20 | 288.14 | 0.45 | 0.63 |
| Hex | BA | 75 | CB | 8 | 2A | 0 | 14 | 120 | 2D | 3F |
| Octal | 272 | 165 | 313 | 10 | 52 | 0 | 24 | 440 | 55 | 77 |
| Binary | 10111010 | 1110101 | 11001011 | 1000 | 101010 | 0 | 10100 | 100100000 | 101101 | 111111 |
Color Harmonies of #BA75CB
Complementary color
Monochromatic Colors of #BA75CB
Black with #BA75CB
Text Example
Text Example
White with #BA75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75CB; }
p { color: rgb(186,117,203); }
H1.HeaderClassName
{
color: #BA75CB;
}
.AnyTagClassName
{
color: #BA75CB;
}
</style>
background-color css
<style>
a { background-color: #BA75CB; }
a { background-color: rgb(186,117,203); }
div.DivClassName
{
background-color: #BA75CB;
}
.BgClassName
{
background-color: #BA75CB;
}
</style>
border-color css
<style>
span { border-color: #BA75CB; }
span { border-color: rgb(186,117,203); }
td.TdClassName
{
border-color: #BA75CB;
}
.TagClassName
{
border-color: #BA75CB;
}
</style>