Shades of Medium Orchid #BE52DC
Tints of Medium Orchid #BE52DC
RGB
CMYK
RGB Variations
Color information
#BE52DC (or 0xBE52DC) is known color: Medium Orchid. HEX triplet: BE, 52 and DC. RGB value is (190,82,220). Sum of RGB (Red+Green+Blue) = 190+82+220=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52DC is #41AD23. Grayscale: #818181. Windows color (decimal): -4304164 or 14439102. OLE color: 14439102.
HSL color Cylindrical-coordinate representation of color #BE52DC: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE52DC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 82 | 220 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.14 |
| HSL | 286.96º | 0.66% | 0.59% | - |
| HSV(B) | 286.96º | 0.63% | 0.86% | - |
| XYZ | 37.17 | 22.15 | 70.03 | - |
| YUV | 130.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 220 | 0.14 | 0.63 | 0 | 0.14 | 286.96 | 0.66 | 0.59 |
| Hex | BE | 52 | DC | E | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 276 | 122 | 334 | 16 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111110 | 1010010 | 11011100 | 1110 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BE52DC
Complementary color
Monochromatic Colors of #BE52DC
Black with #BE52DC
Text Example
Text Example
White with #BE52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52DC; }
p { color: rgb(190,82,220); }
H1.HeaderClassName
{
color: #BE52DC;
}
.AnyTagClassName
{
color: #BE52DC;
}
</style>
background-color css
<style>
a { background-color: #BE52DC; }
a { background-color: rgb(190,82,220); }
div.DivClassName
{
background-color: #BE52DC;
}
.BgClassName
{
background-color: #BE52DC;
}
</style>
border-color css
<style>
span { border-color: #BE52DC; }
span { border-color: rgb(190,82,220); }
td.TdClassName
{
border-color: #BE52DC;
}
.TagClassName
{
border-color: #BE52DC;
}
</style>