Shades of Medium Orchid #BE76CC
Tints of Medium Orchid #BE76CC
RGB
CMYK
RGB Variations
Color information
#BE76CC (or 0xBE76CC) is known color: Medium Orchid. HEX triplet: BE, 76 and CC. RGB value is (190,118,204). Sum of RGB (Red+Green+Blue) = 190+118+204=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76CC is #418933. Grayscale: #959595. Windows color (decimal): -4294964 or 13399742. OLE color: 13399742.
HSL color Cylindrical-coordinate representation of color #BE76CC: hue angle of 290.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE76CC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 118 | 204 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.2 |
| HSL | 290.23º | 0.46% | 0.63% | - |
| HSV(B) | 290.23º | 0.42% | 0.8% | - |
| XYZ | 38.61 | 28.26 | 60.55 | - |
| YUV | 149.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 204 | 0.07 | 0.42 | 0 | 0.2 | 290.23 | 0.46 | 0.63 |
| Hex | BE | 76 | CC | 7 | 2A | 0 | 14 | 122 | 2E | 3F |
| Octal | 276 | 166 | 314 | 7 | 52 | 0 | 24 | 442 | 56 | 77 |
| Binary | 10111110 | 1110110 | 11001100 | 111 | 101010 | 0 | 10100 | 100100010 | 101110 | 111111 |
Color Harmonies of #BE76CC
Complementary color
Monochromatic Colors of #BE76CC
Black with #BE76CC
Text Example
Text Example
White with #BE76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76CC; }
p { color: rgb(190,118,204); }
H1.HeaderClassName
{
color: #BE76CC;
}
.AnyTagClassName
{
color: #BE76CC;
}
</style>
background-color css
<style>
a { background-color: #BE76CC; }
a { background-color: rgb(190,118,204); }
div.DivClassName
{
background-color: #BE76CC;
}
.BgClassName
{
background-color: #BE76CC;
}
</style>
border-color css
<style>
span { border-color: #BE76CC; }
span { border-color: rgb(190,118,204); }
td.TdClassName
{
border-color: #BE76CC;
}
.TagClassName
{
border-color: #BE76CC;
}
</style>