Shades of Medium Orchid #BE4BDD
Tints of Medium Orchid #BE4BDD
RGB
CMYK
RGB Variations
Color information
#BE4BDD (or 0xBE4BDD) is known color: Medium Orchid. HEX triplet: BE, 4B and DD. RGB value is (190,75,221). Sum of RGB (Red+Green+Blue) = 190+75+221=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BDD is #41B422. Grayscale: #7D7D7D. Windows color (decimal): -4305955 or 14502846. OLE color: 14502846.
HSL color Cylindrical-coordinate representation of color #BE4BDD: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4BDD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 75 | 221 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.26º | 0.68% | 0.58% | - |
| HSV(B) | 287.26º | 0.66% | 0.87% | - |
| XYZ | 36.8 | 21.2 | 70.56 | - |
| YUV | 126.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 221 | 0.14 | 0.66 | 0 | 0.13 | 287.26 | 0.68 | 0.58 |
| Hex | BE | 4B | DD | E | 42 | 0 | D | 11F | 44 | 3A |
| Octal | 276 | 113 | 335 | 16 | 102 | 0 | 15 | 437 | 104 | 72 |
| Binary | 10111110 | 1001011 | 11011101 | 1110 | 1000010 | 0 | 1101 | 100011111 | 1000100 | 111010 |
Color Harmonies of #BE4BDD
Complementary color
Monochromatic Colors of #BE4BDD
Black with #BE4BDD
Text Example
Text Example
White with #BE4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4BDD; }
p { color: rgb(190,75,221); }
H1.HeaderClassName
{
color: #BE4BDD;
}
.AnyTagClassName
{
color: #BE4BDD;
}
</style>
background-color css
<style>
a { background-color: #BE4BDD; }
a { background-color: rgb(190,75,221); }
div.DivClassName
{
background-color: #BE4BDD;
}
.BgClassName
{
background-color: #BE4BDD;
}
</style>
border-color css
<style>
span { border-color: #BE4BDD; }
span { border-color: rgb(190,75,221); }
td.TdClassName
{
border-color: #BE4BDD;
}
.TagClassName
{
border-color: #BE4BDD;
}
</style>