Shades of Medium Orchid #BE55D1
Tints of Medium Orchid #BE55D1
RGB
CMYK
RGB Variations
Color information
#BE55D1 (or 0xBE55D1) is known color: Medium Orchid. HEX triplet: BE, 55 and D1. RGB value is (190,85,209). Sum of RGB (Red+Green+Blue) = 190+85+209=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55D1 is #41AA2E. Grayscale: #828282. Windows color (decimal): -4303407 or 13718974. OLE color: 13718974.
HSL color Cylindrical-coordinate representation of color #BE55D1: hue angle of 290.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE55D1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 85 | 209 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.18 |
| HSL | 290.81º | 0.57% | 0.58% | - |
| HSV(B) | 290.81º | 0.59% | 0.82% | - |
| XYZ | 35.99 | 22.05 | 62.68 | - |
| YUV | 130.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 209 | 0.09 | 0.59 | 0 | 0.18 | 290.81 | 0.57 | 0.58 |
| Hex | BE | 55 | D1 | 9 | 3B | 0 | 12 | 123 | 39 | 3A |
| Octal | 276 | 125 | 321 | 11 | 73 | 0 | 22 | 443 | 71 | 72 |
| Binary | 10111110 | 1010101 | 11010001 | 1001 | 111011 | 0 | 10010 | 100100011 | 111001 | 111010 |
Color Harmonies of #BE55D1
Complementary color
Monochromatic Colors of #BE55D1
Black with #BE55D1
Text Example
Text Example
White with #BE55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55D1; }
p { color: rgb(190,85,209); }
H1.HeaderClassName
{
color: #BE55D1;
}
.AnyTagClassName
{
color: #BE55D1;
}
</style>
background-color css
<style>
a { background-color: #BE55D1; }
a { background-color: rgb(190,85,209); }
div.DivClassName
{
background-color: #BE55D1;
}
.BgClassName
{
background-color: #BE55D1;
}
</style>
border-color css
<style>
span { border-color: #BE55D1; }
span { border-color: rgb(190,85,209); }
td.TdClassName
{
border-color: #BE55D1;
}
.TagClassName
{
border-color: #BE55D1;
}
</style>