Shades of Medium Orchid #BE3BD5
Tints of Medium Orchid #BE3BD5
RGB
CMYK
RGB Variations
Color information
#BE3BD5 (or 0xBE3BD5) is known color: Medium Orchid. HEX triplet: BE, 3B and D5. RGB value is (190,59,213). Sum of RGB (Red+Green+Blue) = 190+59+213=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE3BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3BD5 is #41C42A. Grayscale: #737373. Windows color (decimal): -4310059 or 13974462. OLE color: 13974462.
HSL color Cylindrical-coordinate representation of color #BE3BD5: hue angle of 291.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3BD5 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 59 | 213 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.16 |
| HSL | 291.04º | 0.65% | 0.53% | - |
| HSV(B) | 291.04º | 0.72% | 0.84% | - |
| XYZ | 34.81 | 18.88 | 64.76 | - |
| YUV | 115.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 59 | 213 | 0.11 | 0.72 | 0 | 0.16 | 291.04 | 0.65 | 0.53 |
| Hex | BE | 3B | D5 | B | 48 | 0 | 10 | 123 | 41 | 35 |
| Octal | 276 | 73 | 325 | 13 | 110 | 0 | 20 | 443 | 101 | 65 |
| Binary | 10111110 | 111011 | 11010101 | 1011 | 1001000 | 0 | 10000 | 100100011 | 1000001 | 110101 |
Color Harmonies of #BE3BD5
Complementary color
Monochromatic Colors of #BE3BD5
Black with #BE3BD5
Text Example
Text Example
White with #BE3BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3BD5; }
p { color: rgb(190,59,213); }
H1.HeaderClassName
{
color: #BE3BD5;
}
.AnyTagClassName
{
color: #BE3BD5;
}
</style>
background-color css
<style>
a { background-color: #BE3BD5; }
a { background-color: rgb(190,59,213); }
div.DivClassName
{
background-color: #BE3BD5;
}
.BgClassName
{
background-color: #BE3BD5;
}
</style>
border-color css
<style>
span { border-color: #BE3BD5; }
span { border-color: rgb(190,59,213); }
td.TdClassName
{
border-color: #BE3BD5;
}
.TagClassName
{
border-color: #BE3BD5;
}
</style>