Shades of Medium Orchid #BE4CCD
Tints of Medium Orchid #BE4CCD
RGB
CMYK
RGB Variations
Color information
#BE4CCD (or 0xBE4CCD) is known color: Medium Orchid. HEX triplet: BE, 4C and CD. RGB value is (190,76,205). Sum of RGB (Red+Green+Blue) = 190+76+205=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CCD is #41B332. Grayscale: #7C7C7C. Windows color (decimal): -4305715 or 13454526. OLE color: 13454526.
HSL color Cylindrical-coordinate representation of color #BE4CCD: hue angle of 293.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4CCD is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 76 | 205 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.20 |
| HSL | 293.02º | 0.56% | 0.55% | - |
| HSV(B) | 293.02º | 0.63% | 0.8% | - |
| XYZ | 34.84 | 20.52 | 59.88 | - |
| YUV | 124.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 205 | 0.07 | 0.63 | 0 | 0.20 | 293.02 | 0.56 | 0.55 |
| Hex | BE | 4C | CD | 7 | 3F | 0 | 14 | 125 | 38 | 37 |
| Octal | 276 | 114 | 315 | 7 | 77 | 0 | 24 | 445 | 70 | 67 |
| Binary | 10111110 | 1001100 | 11001101 | 111 | 111111 | 0 | 10100 | 100100101 | 111000 | 110111 |
Color Harmonies of #BE4CCD
Complementary color
Monochromatic Colors of #BE4CCD
Black with #BE4CCD
Text Example
Text Example
White with #BE4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CCD; }
p { color: rgb(190,76,205); }
H1.HeaderClassName
{
color: #BE4CCD;
}
.AnyTagClassName
{
color: #BE4CCD;
}
</style>
background-color css
<style>
a { background-color: #BE4CCD; }
a { background-color: rgb(190,76,205); }
div.DivClassName
{
background-color: #BE4CCD;
}
.BgClassName
{
background-color: #BE4CCD;
}
</style>
border-color css
<style>
span { border-color: #BE4CCD; }
span { border-color: rgb(190,76,205); }
td.TdClassName
{
border-color: #BE4CCD;
}
.TagClassName
{
border-color: #BE4CCD;
}
</style>