Shades of Dark Orchid #BE2ACF
Tints of Dark Orchid #BE2ACF
RGB
CMYK
RGB Variations
Color information
#BE2ACF (or 0xBE2ACF) is known color: Dark Orchid. HEX triplet: BE, 2A and CF. RGB value is (190,42,207). Sum of RGB (Red+Green+Blue) = 190+42+207=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ACF is #41D530. Grayscale: #686868. Windows color (decimal): -4314417 or 13576894. OLE color: 13576894.
HSL color Cylindrical-coordinate representation of color #BE2ACF: hue angle of 293.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2ACF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 42 | 207 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.19 |
| HSL | 293.82º | 0.66% | 0.49% | - |
| HSV(B) | 293.82º | 0.8% | 0.81% | - |
| XYZ | 33.33 | 17.11 | 60.58 | - |
| YUV | 105.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 207 | 0.08 | 0.80 | 0 | 0.19 | 293.82 | 0.66 | 0.49 |
| Hex | BE | 2A | CF | 8 | 50 | 0 | 13 | 126 | 42 | 31 |
| Octal | 276 | 52 | 317 | 10 | 120 | 0 | 23 | 446 | 102 | 61 |
| Binary | 10111110 | 101010 | 11001111 | 1000 | 1010000 | 0 | 10011 | 100100110 | 1000010 | 110001 |
Color Harmonies of #BE2ACF
Complementary color
Monochromatic Colors of #BE2ACF
Black with #BE2ACF
Text Example
Text Example
White with #BE2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2ACF; }
p { color: rgb(190,42,207); }
H1.HeaderClassName
{
color: #BE2ACF;
}
.AnyTagClassName
{
color: #BE2ACF;
}
</style>
background-color css
<style>
a { background-color: #BE2ACF; }
a { background-color: rgb(190,42,207); }
div.DivClassName
{
background-color: #BE2ACF;
}
.BgClassName
{
background-color: #BE2ACF;
}
</style>
border-color css
<style>
span { border-color: #BE2ACF; }
span { border-color: rgb(190,42,207); }
td.TdClassName
{
border-color: #BE2ACF;
}
.TagClassName
{
border-color: #BE2ACF;
}
</style>