Shades of Dark Orchid #BE26E3
Tints of Dark Orchid #BE26E3
RGB
CMYK
RGB Variations
Color information
#BE26E3 (or 0xBE26E3) is known color: Dark Orchid. HEX triplet: BE, 26 and E3. RGB value is (190,38,227). Sum of RGB (Red+Green+Blue) = 190+38+227=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE26E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26E3 is #41D91C. Grayscale: #686868. Windows color (decimal): -4315421 or 14886590. OLE color: 14886590.
HSL color Cylindrical-coordinate representation of color #BE26E3: hue angle of 288.25º degrees, saturation: 0.77, 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 #BE26E3 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 38 | 227 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.11 |
| HSL | 288.25º | 0.77% | 0.52% | - |
| HSV(B) | 288.25º | 0.83% | 0.89% | - |
| XYZ | 35.79 | 17.88 | 74.24 | - |
| YUV | 104.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 227 | 0.16 | 0.83 | 0 | 0.11 | 288.25 | 0.77 | 0.52 |
| Hex | BE | 26 | E3 | 10 | 53 | 0 | B | 120 | 4D | 34 |
| Octal | 276 | 46 | 343 | 20 | 123 | 0 | 13 | 440 | 115 | 64 |
| Binary | 10111110 | 100110 | 11100011 | 10000 | 1010011 | 0 | 1011 | 100100000 | 1001101 | 110100 |
Color Harmonies of #BE26E3
Complementary color
Monochromatic Colors of #BE26E3
Black with #BE26E3
Text Example
Text Example
White with #BE26E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE26E3; }
p { color: rgb(190,38,227); }
H1.HeaderClassName
{
color: #BE26E3;
}
.AnyTagClassName
{
color: #BE26E3;
}
</style>
background-color css
<style>
a { background-color: #BE26E3; }
a { background-color: rgb(190,38,227); }
div.DivClassName
{
background-color: #BE26E3;
}
.BgClassName
{
background-color: #BE26E3;
}
</style>
border-color css
<style>
span { border-color: #BE26E3; }
span { border-color: rgb(190,38,227); }
td.TdClassName
{
border-color: #BE26E3;
}
.TagClassName
{
border-color: #BE26E3;
}
</style>