Shades of Medium Orchid #BE55DC
Tints of Medium Orchid #BE55DC
RGB
CMYK
RGB Variations
Color information
#BE55DC (or 0xBE55DC) is known color: Medium Orchid. HEX triplet: BE, 55 and DC. RGB value is (190,85,220). Sum of RGB (Red+Green+Blue) = 190+85+220=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55DC is #41AA23. Grayscale: #838383. Windows color (decimal): -4303396 or 14439870. OLE color: 14439870.
HSL color Cylindrical-coordinate representation of color #BE55DC: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE55DC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 85 | 220 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.14 |
| HSL | 286.67º | 0.66% | 0.6% | - |
| HSV(B) | 286.67º | 0.61% | 0.86% | - |
| XYZ | 37.4 | 22.61 | 70.1 | - |
| YUV | 131.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 220 | 0.14 | 0.61 | 0 | 0.14 | 286.67 | 0.66 | 0.6 |
| Hex | BE | 55 | DC | E | 3D | 0 | E | 11F | 42 | 3C |
| Octal | 276 | 125 | 334 | 16 | 75 | 0 | 16 | 437 | 102 | 74 |
| Binary | 10111110 | 1010101 | 11011100 | 1110 | 111101 | 0 | 1110 | 100011111 | 1000010 | 111100 |
Color Harmonies of #BE55DC
Complementary color
Monochromatic Colors of #BE55DC
Black with #BE55DC
Text Example
Text Example
White with #BE55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55DC; }
p { color: rgb(190,85,220); }
H1.HeaderClassName
{
color: #BE55DC;
}
.AnyTagClassName
{
color: #BE55DC;
}
</style>
background-color css
<style>
a { background-color: #BE55DC; }
a { background-color: rgb(190,85,220); }
div.DivClassName
{
background-color: #BE55DC;
}
.BgClassName
{
background-color: #BE55DC;
}
</style>
border-color css
<style>
span { border-color: #BE55DC; }
span { border-color: rgb(190,85,220); }
td.TdClassName
{
border-color: #BE55DC;
}
.TagClassName
{
border-color: #BE55DC;
}
</style>