Shades of Medium Orchid #BE5FCC
Tints of Medium Orchid #BE5FCC
RGB
CMYK
RGB Variations
Color information
#BE5FCC (or 0xBE5FCC) is known color: Medium Orchid. HEX triplet: BE, 5F and CC. RGB value is (190,95,204). Sum of RGB (Red+Green+Blue) = 190+95+204=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FCC is #41A033. Grayscale: #878787. Windows color (decimal): -4300852 or 13393854. OLE color: 13393854.
HSL color Cylindrical-coordinate representation of color #BE5FCC: hue angle of 292.29º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5FCC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 95 | 204 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.2 |
| HSL | 292.29º | 0.52% | 0.59% | - |
| HSV(B) | 292.29º | 0.53% | 0.8% | - |
| XYZ | 36.23 | 23.49 | 59.75 | - |
| YUV | 135.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 204 | 0.07 | 0.53 | 0 | 0.2 | 292.29 | 0.52 | 0.59 |
| Hex | BE | 5F | CC | 7 | 35 | 0 | 14 | 124 | 34 | 3B |
| Octal | 276 | 137 | 314 | 7 | 65 | 0 | 24 | 444 | 64 | 73 |
| Binary | 10111110 | 1011111 | 11001100 | 111 | 110101 | 0 | 10100 | 100100100 | 110100 | 111011 |
Color Harmonies of #BE5FCC
Complementary color
Monochromatic Colors of #BE5FCC
Black with #BE5FCC
Text Example
Text Example
White with #BE5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FCC; }
p { color: rgb(190,95,204); }
H1.HeaderClassName
{
color: #BE5FCC;
}
.AnyTagClassName
{
color: #BE5FCC;
}
</style>
background-color css
<style>
a { background-color: #BE5FCC; }
a { background-color: rgb(190,95,204); }
div.DivClassName
{
background-color: #BE5FCC;
}
.BgClassName
{
background-color: #BE5FCC;
}
</style>
border-color css
<style>
span { border-color: #BE5FCC; }
span { border-color: rgb(190,95,204); }
td.TdClassName
{
border-color: #BE5FCC;
}
.TagClassName
{
border-color: #BE5FCC;
}
</style>