Shades of Dark Orchid #BE25DF
Tints of Dark Orchid #BE25DF
RGB
CMYK
RGB Variations
Color information
#BE25DF (or 0xBE25DF) is known color: Dark Orchid. HEX triplet: BE, 25 and DF. RGB value is (190,37,223). Sum of RGB (Red+Green+Blue) = 190+37+223=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25DF is #41DA20. Grayscale: #676767. Windows color (decimal): -4315681 or 14624190. OLE color: 14624190.
HSL color Cylindrical-coordinate representation of color #BE25DF: hue angle of 289.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE25DF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 37 | 223 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.13 |
| HSL | 289.35º | 0.74% | 0.51% | - |
| HSV(B) | 289.35º | 0.83% | 0.87% | - |
| XYZ | 35.22 | 17.6 | 71.35 | - |
| YUV | 103.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 223 | 0.15 | 0.83 | 0 | 0.13 | 289.35 | 0.74 | 0.51 |
| Hex | BE | 25 | DF | F | 53 | 0 | D | 121 | 4A | 33 |
| Octal | 276 | 45 | 337 | 17 | 123 | 0 | 15 | 441 | 112 | 63 |
| Binary | 10111110 | 100101 | 11011111 | 1111 | 1010011 | 0 | 1101 | 100100001 | 1001010 | 110011 |
Color Harmonies of #BE25DF
Complementary color
Monochromatic Colors of #BE25DF
Black with #BE25DF
Text Example
Text Example
White with #BE25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25DF; }
p { color: rgb(190,37,223); }
H1.HeaderClassName
{
color: #BE25DF;
}
.AnyTagClassName
{
color: #BE25DF;
}
</style>
background-color css
<style>
a { background-color: #BE25DF; }
a { background-color: rgb(190,37,223); }
div.DivClassName
{
background-color: #BE25DF;
}
.BgClassName
{
background-color: #BE25DF;
}
</style>
border-color css
<style>
span { border-color: #BE25DF; }
span { border-color: rgb(190,37,223); }
td.TdClassName
{
border-color: #BE25DF;
}
.TagClassName
{
border-color: #BE25DF;
}
</style>