Shades of Medium Orchid #BE4BED
Tints of Medium Orchid #BE4BED
RGB
CMYK
RGB Variations
Color information
#BE4BED (or 0xBE4BED) is known color: Medium Orchid. HEX triplet: BE, 4B and ED. RGB value is (190,75,237). Sum of RGB (Red+Green+Blue) = 190+75+237=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4BED is #41B412. Grayscale: #7F7F7F. Windows color (decimal): -4305939 or 15551422. OLE color: 15551422.
HSL color Cylindrical-coordinate representation of color #BE4BED: hue angle of 282.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE4BED is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 75 | 237 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.07 |
| HSL | 282.59º | 0.82% | 0.61% | - |
| HSV(B) | 282.59º | 0.68% | 0.93% | - |
| XYZ | 39.04 | 22.09 | 82.33 | - |
| YUV | 127.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 237 | 0.20 | 0.68 | 0 | 0.07 | 282.59 | 0.82 | 0.61 |
| Hex | BE | 4B | ED | 14 | 44 | 0 | 7 | 11B | 52 | 3D |
| Octal | 276 | 113 | 355 | 24 | 104 | 0 | 7 | 433 | 122 | 75 |
| Binary | 10111110 | 1001011 | 11101101 | 10100 | 1000100 | 0 | 111 | 100011011 | 1010010 | 111101 |
Color Harmonies of #BE4BED
Complementary color
Monochromatic Colors of #BE4BED
Black with #BE4BED
Text Example
Text Example
White with #BE4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4BED; }
p { color: rgb(190,75,237); }
H1.HeaderClassName
{
color: #BE4BED;
}
.AnyTagClassName
{
color: #BE4BED;
}
</style>
background-color css
<style>
a { background-color: #BE4BED; }
a { background-color: rgb(190,75,237); }
div.DivClassName
{
background-color: #BE4BED;
}
.BgClassName
{
background-color: #BE4BED;
}
</style>
border-color css
<style>
span { border-color: #BE4BED; }
span { border-color: rgb(190,75,237); }
td.TdClassName
{
border-color: #BE4BED;
}
.TagClassName
{
border-color: #BE4BED;
}
</style>