Shades of Medium Orchid #BE73CC
Tints of Medium Orchid #BE73CC
RGB
CMYK
RGB Variations
Color information
#BE73CC (or 0xBE73CC) is known color: Medium Orchid. HEX triplet: BE, 73 and CC. RGB value is (190,115,204). Sum of RGB (Red+Green+Blue) = 190+115+204=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73CC is #418C33. Grayscale: #939393. Windows color (decimal): -4295732 or 13398974. OLE color: 13398974.
HSL color Cylindrical-coordinate representation of color #BE73CC: hue angle of 290.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE73CC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 115 | 204 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.2 |
| HSL | 290.56º | 0.47% | 0.63% | - |
| HSV(B) | 290.56º | 0.44% | 0.8% | - |
| XYZ | 38.27 | 27.57 | 60.43 | - |
| YUV | 147.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 204 | 0.07 | 0.44 | 0 | 0.2 | 290.56 | 0.47 | 0.63 |
| Hex | BE | 73 | CC | 7 | 2C | 0 | 14 | 123 | 2F | 3F |
| Octal | 276 | 163 | 314 | 7 | 54 | 0 | 24 | 443 | 57 | 77 |
| Binary | 10111110 | 1110011 | 11001100 | 111 | 101100 | 0 | 10100 | 100100011 | 101111 | 111111 |
Color Harmonies of #BE73CC
Complementary color
Monochromatic Colors of #BE73CC
Black with #BE73CC
Text Example
Text Example
White with #BE73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE73CC; }
p { color: rgb(190,115,204); }
H1.HeaderClassName
{
color: #BE73CC;
}
.AnyTagClassName
{
color: #BE73CC;
}
</style>
background-color css
<style>
a { background-color: #BE73CC; }
a { background-color: rgb(190,115,204); }
div.DivClassName
{
background-color: #BE73CC;
}
.BgClassName
{
background-color: #BE73CC;
}
</style>
border-color css
<style>
span { border-color: #BE73CC; }
span { border-color: rgb(190,115,204); }
td.TdClassName
{
border-color: #BE73CC;
}
.TagClassName
{
border-color: #BE73CC;
}
</style>