Shades of Medium Orchid #BA4CCB
Tints of Medium Orchid #BA4CCB
RGB
CMYK
RGB Variations
Color information
#BA4CCB (or 0xBA4CCB) is known color: Medium Orchid. HEX triplet: BA, 4C and CB. RGB value is (186,76,203). Sum of RGB (Red+Green+Blue) = 186+76+203=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CCB is #45B334. Grayscale: #7A7A7A. Windows color (decimal): -4567861 or 13323450. OLE color: 13323450.
HSL color Cylindrical-coordinate representation of color #BA4CCB: hue angle of 291.97º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4CCB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 76 | 203 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.20 |
| HSL | 291.97º | 0.55% | 0.55% | - |
| HSV(B) | 291.97º | 0.63% | 0.8% | - |
| XYZ | 33.61 | 19.92 | 58.57 | - |
| YUV | 123.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 203 | 0.08 | 0.63 | 0 | 0.20 | 291.97 | 0.55 | 0.55 |
| Hex | BA | 4C | CB | 8 | 3F | 0 | 14 | 124 | 37 | 37 |
| Octal | 272 | 114 | 313 | 10 | 77 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111010 | 1001100 | 11001011 | 1000 | 111111 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #BA4CCB
Complementary color
Monochromatic Colors of #BA4CCB
Black with #BA4CCB
Text Example
Text Example
White with #BA4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CCB; }
p { color: rgb(186,76,203); }
H1.HeaderClassName
{
color: #BA4CCB;
}
.AnyTagClassName
{
color: #BA4CCB;
}
</style>
background-color css
<style>
a { background-color: #BA4CCB; }
a { background-color: rgb(186,76,203); }
div.DivClassName
{
background-color: #BA4CCB;
}
.BgClassName
{
background-color: #BA4CCB;
}
</style>
border-color css
<style>
span { border-color: #BA4CCB; }
span { border-color: rgb(186,76,203); }
td.TdClassName
{
border-color: #BA4CCB;
}
.TagClassName
{
border-color: #BA4CCB;
}
</style>