Shades of Medium Orchid #BE4CCE
Tints of Medium Orchid #BE4CCE
RGB
CMYK
RGB Variations
Color information
#BE4CCE (or 0xBE4CCE) is known color: Medium Orchid. HEX triplet: BE, 4C and CE. RGB value is (190,76,206). Sum of RGB (Red+Green+Blue) = 190+76+206=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CCE is #41B331. Grayscale: #7C7C7C. Windows color (decimal): -4305714 or 13520062. OLE color: 13520062.
HSL color Cylindrical-coordinate representation of color #BE4CCE: hue angle of 292.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4CCE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 76 | 206 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.62º | 0.57% | 0.55% | - |
| HSV(B) | 292.62º | 0.63% | 0.81% | - |
| XYZ | 34.96 | 20.57 | 60.52 | - |
| YUV | 124.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 206 | 0.08 | 0.63 | 0 | 0.19 | 292.62 | 0.57 | 0.55 |
| Hex | BE | 4C | CE | 8 | 3F | 0 | 13 | 125 | 39 | 37 |
| Octal | 276 | 114 | 316 | 10 | 77 | 0 | 23 | 445 | 71 | 67 |
| Binary | 10111110 | 1001100 | 11001110 | 1000 | 111111 | 0 | 10011 | 100100101 | 111001 | 110111 |
Color Harmonies of #BE4CCE
Complementary color
Monochromatic Colors of #BE4CCE
Black with #BE4CCE
Text Example
Text Example
White with #BE4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CCE; }
p { color: rgb(190,76,206); }
H1.HeaderClassName
{
color: #BE4CCE;
}
.AnyTagClassName
{
color: #BE4CCE;
}
</style>
background-color css
<style>
a { background-color: #BE4CCE; }
a { background-color: rgb(190,76,206); }
div.DivClassName
{
background-color: #BE4CCE;
}
.BgClassName
{
background-color: #BE4CCE;
}
</style>
border-color css
<style>
span { border-color: #BE4CCE; }
span { border-color: rgb(190,76,206); }
td.TdClassName
{
border-color: #BE4CCE;
}
.TagClassName
{
border-color: #BE4CCE;
}
</style>