Shades of Dark Orchid #BA26C8
Tints of Dark Orchid #BA26C8
RGB
CMYK
RGB Variations
Color information
#BA26C8 (or 0xBA26C8) is known color: Dark Orchid. HEX triplet: BA, 26 and C8. RGB value is (186,38,200). Sum of RGB (Red+Green+Blue) = 186+38+200=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA26C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26C8 is #45D937. Grayscale: #646464. Windows color (decimal): -4577592 or 13117114. OLE color: 13117114.
HSL color Cylindrical-coordinate representation of color #BA26C8: hue angle of 294.81º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA26C8 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 38 | 200 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.22 |
| HSL | 294.81º | 0.68% | 0.47% | - |
| HSV(B) | 294.81º | 0.81% | 0.78% | - |
| XYZ | 31.37 | 16 | 56.08 | - |
| YUV | 100.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 200 | 0.07 | 0.81 | 0 | 0.22 | 294.81 | 0.68 | 0.47 |
| Hex | BA | 26 | C8 | 7 | 51 | 0 | 16 | 127 | 44 | 2F |
| Octal | 272 | 46 | 310 | 7 | 121 | 0 | 26 | 447 | 104 | 57 |
| Binary | 10111010 | 100110 | 11001000 | 111 | 1010001 | 0 | 10110 | 100100111 | 1000100 | 101111 |
Color Harmonies of #BA26C8
Complementary color
Monochromatic Colors of #BA26C8
Black with #BA26C8
Text Example
Text Example
White with #BA26C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26C8; }
p { color: rgb(186,38,200); }
H1.HeaderClassName
{
color: #BA26C8;
}
.AnyTagClassName
{
color: #BA26C8;
}
</style>
background-color css
<style>
a { background-color: #BA26C8; }
a { background-color: rgb(186,38,200); }
div.DivClassName
{
background-color: #BA26C8;
}
.BgClassName
{
background-color: #BA26C8;
}
</style>
border-color css
<style>
span { border-color: #BA26C8; }
span { border-color: rgb(186,38,200); }
td.TdClassName
{
border-color: #BA26C8;
}
.TagClassName
{
border-color: #BA26C8;
}
</style>