Shades of Medium Orchid #BE3ACC
Tints of Medium Orchid #BE3ACC
RGB
CMYK
RGB Variations
Color information
#BE3ACC (or 0xBE3ACC) is known color: Medium Orchid. HEX triplet: BE, 3A and CC. RGB value is (190,58,204). Sum of RGB (Red+Green+Blue) = 190+58+204=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ACC is #41C533. Grayscale: #717171. Windows color (decimal): -4310324 or 13384382. OLE color: 13384382.
HSL color Cylindrical-coordinate representation of color #BE3ACC: hue angle of 294.25º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3ACC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 58 | 204 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.2 |
| HSL | 294.25º | 0.59% | 0.51% | - |
| HSV(B) | 294.25º | 0.72% | 0.8% | - |
| XYZ | 33.65 | 18.33 | 58.89 | - |
| YUV | 114.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 204 | 0.07 | 0.72 | 0 | 0.2 | 294.25 | 0.59 | 0.51 |
| Hex | BE | 3A | CC | 7 | 48 | 0 | 14 | 126 | 3B | 33 |
| Octal | 276 | 72 | 314 | 7 | 110 | 0 | 24 | 446 | 73 | 63 |
| Binary | 10111110 | 111010 | 11001100 | 111 | 1001000 | 0 | 10100 | 100100110 | 111011 | 110011 |
Color Harmonies of #BE3ACC
Complementary color
Monochromatic Colors of #BE3ACC
Black with #BE3ACC
Text Example
Text Example
White with #BE3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3ACC; }
p { color: rgb(190,58,204); }
H1.HeaderClassName
{
color: #BE3ACC;
}
.AnyTagClassName
{
color: #BE3ACC;
}
</style>
background-color css
<style>
a { background-color: #BE3ACC; }
a { background-color: rgb(190,58,204); }
div.DivClassName
{
background-color: #BE3ACC;
}
.BgClassName
{
background-color: #BE3ACC;
}
</style>
border-color css
<style>
span { border-color: #BE3ACC; }
span { border-color: rgb(190,58,204); }
td.TdClassName
{
border-color: #BE3ACC;
}
.TagClassName
{
border-color: #BE3ACC;
}
</style>