Shades of Dark Orchid #BE28CF
Tints of Dark Orchid #BE28CF
RGB
CMYK
RGB Variations
Color information
#BE28CF (or 0xBE28CF) is known color: Dark Orchid. HEX triplet: BE, 28 and CF. RGB value is (190,40,207). Sum of RGB (Red+Green+Blue) = 190+40+207=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28CF is #41D730. Grayscale: #676767. Windows color (decimal): -4314929 or 13576382. OLE color: 13576382.
HSL color Cylindrical-coordinate representation of color #BE28CF: hue angle of 293.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE28CF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 40 | 207 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.19 |
| HSL | 293.89º | 0.68% | 0.48% | - |
| HSV(B) | 293.89º | 0.81% | 0.81% | - |
| XYZ | 33.26 | 16.97 | 60.55 | - |
| YUV | 103.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 207 | 0.08 | 0.81 | 0 | 0.19 | 293.89 | 0.68 | 0.48 |
| Hex | BE | 28 | CF | 8 | 51 | 0 | 13 | 126 | 44 | 30 |
| Octal | 276 | 50 | 317 | 10 | 121 | 0 | 23 | 446 | 104 | 60 |
| Binary | 10111110 | 101000 | 11001111 | 1000 | 1010001 | 0 | 10011 | 100100110 | 1000100 | 110000 |
Color Harmonies of #BE28CF
Complementary color
Monochromatic Colors of #BE28CF
Black with #BE28CF
Text Example
Text Example
White with #BE28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28CF; }
p { color: rgb(190,40,207); }
H1.HeaderClassName
{
color: #BE28CF;
}
.AnyTagClassName
{
color: #BE28CF;
}
</style>
background-color css
<style>
a { background-color: #BE28CF; }
a { background-color: rgb(190,40,207); }
div.DivClassName
{
background-color: #BE28CF;
}
.BgClassName
{
background-color: #BE28CF;
}
</style>
border-color css
<style>
span { border-color: #BE28CF; }
span { border-color: rgb(190,40,207); }
td.TdClassName
{
border-color: #BE28CF;
}
.TagClassName
{
border-color: #BE28CF;
}
</style>