Shades of Medium Orchid #BA42FD
Tints of Medium Orchid #BA42FD
RGB
CMYK
RGB Variations
Color information
#BA42FD (or 0xBA42FD) is known color: Medium Orchid. HEX triplet: BA, 42 and FD. RGB value is (186,66,253). Sum of RGB (Red+Green+Blue) = 186+66+253=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FD is #45BD02. Grayscale: #7A7A7A. Windows color (decimal): -4570371 or 16597690. OLE color: 16597690.
HSL color Cylindrical-coordinate representation of color #BA42FD: hue angle of 278.5º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA42FD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 66 | 253 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.01 |
| HSL | 278.5º | 0.98% | 0.63% | - |
| HSV(B) | 278.5º | 0.74% | 0.99% | - |
| XYZ | 39.93 | 21.43 | 94.96 | - |
| YUV | 123.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 253 | 0.26 | 0.74 | 0 | 0.01 | 278.5 | 0.98 | 0.63 |
| Hex | BA | 42 | FD | 1A | 4A | 0 | 1 | 117 | 62 | 3F |
| Octal | 272 | 102 | 375 | 32 | 112 | 0 | 1 | 427 | 142 | 77 |
| Binary | 10111010 | 1000010 | 11111101 | 11010 | 1001010 | 0 | 1 | 100010111 | 1100010 | 111111 |
Color Harmonies of #BA42FD
Complementary color
Monochromatic Colors of #BA42FD
Black with #BA42FD
Text Example
Text Example
White with #BA42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42FD; }
p { color: rgb(186,66,253); }
H1.HeaderClassName
{
color: #BA42FD;
}
.AnyTagClassName
{
color: #BA42FD;
}
</style>
background-color css
<style>
a { background-color: #BA42FD; }
a { background-color: rgb(186,66,253); }
div.DivClassName
{
background-color: #BA42FD;
}
.BgClassName
{
background-color: #BA42FD;
}
</style>
border-color css
<style>
span { border-color: #BA42FD; }
span { border-color: rgb(186,66,253); }
td.TdClassName
{
border-color: #BA42FD;
}
.TagClassName
{
border-color: #BA42FD;
}
</style>