Shades of Dark Orchid #BA27CA
Tints of Dark Orchid #BA27CA
RGB
CMYK
RGB Variations
Color information
#BA27CA (or 0xBA27CA) is known color: Dark Orchid. HEX triplet: BA, 27 and CA. RGB value is (186,39,202). Sum of RGB (Red+Green+Blue) = 186+39+202=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA27CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27CA is #45D835. Grayscale: #656565. Windows color (decimal): -4577334 or 13248442. OLE color: 13248442.
HSL color Cylindrical-coordinate representation of color #BA27CA: hue angle of 294.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA27CA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 39 | 202 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.21 |
| HSL | 294.11º | 0.68% | 0.47% | - |
| HSV(B) | 294.11º | 0.81% | 0.79% | - |
| XYZ | 31.64 | 16.15 | 57.33 | - |
| YUV | 101.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 202 | 0.08 | 0.81 | 0 | 0.21 | 294.11 | 0.68 | 0.47 |
| Hex | BA | 27 | CA | 8 | 51 | 0 | 15 | 126 | 44 | 2F |
| Octal | 272 | 47 | 312 | 10 | 121 | 0 | 25 | 446 | 104 | 57 |
| Binary | 10111010 | 100111 | 11001010 | 1000 | 1010001 | 0 | 10101 | 100100110 | 1000100 | 101111 |
Color Harmonies of #BA27CA
Complementary color
Monochromatic Colors of #BA27CA
Black with #BA27CA
Text Example
Text Example
White with #BA27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27CA; }
p { color: rgb(186,39,202); }
H1.HeaderClassName
{
color: #BA27CA;
}
.AnyTagClassName
{
color: #BA27CA;
}
</style>
background-color css
<style>
a { background-color: #BA27CA; }
a { background-color: rgb(186,39,202); }
div.DivClassName
{
background-color: #BA27CA;
}
.BgClassName
{
background-color: #BA27CA;
}
</style>
border-color css
<style>
span { border-color: #BA27CA; }
span { border-color: rgb(186,39,202); }
td.TdClassName
{
border-color: #BA27CA;
}
.TagClassName
{
border-color: #BA27CA;
}
</style>