Shades of Dark Orchid #BC26E4
Tints of Dark Orchid #BC26E4
RGB
CMYK
RGB Variations
Color information
#BC26E4 (or 0xBC26E4) is known color: Dark Orchid. HEX triplet: BC, 26 and E4. RGB value is (188,38,228). Sum of RGB (Red+Green+Blue) = 188+38+228=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC26E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26E4 is #43D91B. Grayscale: #676767. Windows color (decimal): -4446492 or 14952124. OLE color: 14952124.
HSL color Cylindrical-coordinate representation of color #BC26E4: hue angle of 287.37º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC26E4 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 38 | 228 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.11 |
| HSL | 287.37º | 0.78% | 0.52% | - |
| HSV(B) | 287.37º | 0.83% | 0.89% | - |
| XYZ | 35.44 | 17.68 | 74.94 | - |
| YUV | 104.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 228 | 0.18 | 0.83 | 0 | 0.11 | 287.37 | 0.78 | 0.52 |
| Hex | BC | 26 | E4 | 12 | 53 | 0 | B | 11F | 4E | 34 |
| Octal | 274 | 46 | 344 | 22 | 123 | 0 | 13 | 437 | 116 | 64 |
| Binary | 10111100 | 100110 | 11100100 | 10010 | 1010011 | 0 | 1011 | 100011111 | 1001110 | 110100 |
Color Harmonies of #BC26E4
Complementary color
Monochromatic Colors of #BC26E4
Black with #BC26E4
Text Example
Text Example
White with #BC26E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26E4; }
p { color: rgb(188,38,228); }
H1.HeaderClassName
{
color: #BC26E4;
}
.AnyTagClassName
{
color: #BC26E4;
}
</style>
background-color css
<style>
a { background-color: #BC26E4; }
a { background-color: rgb(188,38,228); }
div.DivClassName
{
background-color: #BC26E4;
}
.BgClassName
{
background-color: #BC26E4;
}
</style>
border-color css
<style>
span { border-color: #BC26E4; }
span { border-color: rgb(188,38,228); }
td.TdClassName
{
border-color: #BC26E4;
}
.TagClassName
{
border-color: #BC26E4;
}
</style>