Shades of Medium Orchid #BA75CC
Tints of Medium Orchid #BA75CC
RGB
CMYK
RGB Variations
Color information
#BA75CC (or 0xBA75CC) is known color: Medium Orchid. HEX triplet: BA, 75 and CC. RGB value is (186,117,204). Sum of RGB (Red+Green+Blue) = 186+117+204=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CC is #458A33. Grayscale: #939393. Windows color (decimal): -4557364 or 13399482. OLE color: 13399482.
HSL color Cylindrical-coordinate representation of color #BA75CC: hue angle of 287.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA75CC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 117 | 204 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.2 |
| HSL | 287.59º | 0.46% | 0.63% | - |
| HSV(B) | 287.59º | 0.43% | 0.8% | - |
| XYZ | 37.51 | 27.52 | 60.46 | - |
| YUV | 147.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 204 | 0.09 | 0.43 | 0 | 0.2 | 287.59 | 0.46 | 0.63 |
| Hex | BA | 75 | CC | 9 | 2B | 0 | 14 | 120 | 2E | 3F |
| Octal | 272 | 165 | 314 | 11 | 53 | 0 | 24 | 440 | 56 | 77 |
| Binary | 10111010 | 1110101 | 11001100 | 1001 | 101011 | 0 | 10100 | 100100000 | 101110 | 111111 |
Color Harmonies of #BA75CC
Complementary color
Monochromatic Colors of #BA75CC
Black with #BA75CC
Text Example
Text Example
White with #BA75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75CC; }
p { color: rgb(186,117,204); }
H1.HeaderClassName
{
color: #BA75CC;
}
.AnyTagClassName
{
color: #BA75CC;
}
</style>
background-color css
<style>
a { background-color: #BA75CC; }
a { background-color: rgb(186,117,204); }
div.DivClassName
{
background-color: #BA75CC;
}
.BgClassName
{
background-color: #BA75CC;
}
</style>
border-color css
<style>
span { border-color: #BA75CC; }
span { border-color: rgb(186,117,204); }
td.TdClassName
{
border-color: #BA75CC;
}
.TagClassName
{
border-color: #BA75CC;
}
</style>