Shades of Medium Orchid #BE5ACB
Tints of Medium Orchid #BE5ACB
RGB
CMYK
RGB Variations
Color information
#BE5ACB (or 0xBE5ACB) is known color: Medium Orchid. HEX triplet: BE, 5A and CB. RGB value is (190,90,203). Sum of RGB (Red+Green+Blue) = 190+90+203=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ACB is #41A534. Grayscale: #848484. Windows color (decimal): -4302133 or 13327038. OLE color: 13327038.
HSL color Cylindrical-coordinate representation of color #BE5ACB: hue angle of 293.1º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5ACB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 90 | 203 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.20 |
| HSL | 293.1º | 0.52% | 0.57% | - |
| HSV(B) | 293.1º | 0.56% | 0.8% | - |
| XYZ | 35.67 | 22.57 | 58.98 | - |
| YUV | 132.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 203 | 0.06 | 0.56 | 0 | 0.20 | 293.1 | 0.52 | 0.57 |
| Hex | BE | 5A | CB | 6 | 38 | 0 | 14 | 125 | 34 | 39 |
| Octal | 276 | 132 | 313 | 6 | 70 | 0 | 24 | 445 | 64 | 71 |
| Binary | 10111110 | 1011010 | 11001011 | 110 | 111000 | 0 | 10100 | 100100101 | 110100 | 111001 |
Color Harmonies of #BE5ACB
Complementary color
Monochromatic Colors of #BE5ACB
Black with #BE5ACB
Text Example
Text Example
White with #BE5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5ACB; }
p { color: rgb(190,90,203); }
H1.HeaderClassName
{
color: #BE5ACB;
}
.AnyTagClassName
{
color: #BE5ACB;
}
</style>
background-color css
<style>
a { background-color: #BE5ACB; }
a { background-color: rgb(190,90,203); }
div.DivClassName
{
background-color: #BE5ACB;
}
.BgClassName
{
background-color: #BE5ACB;
}
</style>
border-color css
<style>
span { border-color: #BE5ACB; }
span { border-color: rgb(190,90,203); }
td.TdClassName
{
border-color: #BE5ACB;
}
.TagClassName
{
border-color: #BE5ACB;
}
</style>