Shades of Medium Orchid #BE60CB
Tints of Medium Orchid #BE60CB
RGB
CMYK
RGB Variations
Color information
#BE60CB (or 0xBE60CB) is known color: Medium Orchid. HEX triplet: BE, 60 and CB. RGB value is (190,96,203). Sum of RGB (Red+Green+Blue) = 190+96+203=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE60CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60CB is #419F34. Grayscale: #878787. Windows color (decimal): -4300597 or 13328574. OLE color: 13328574.
HSL color Cylindrical-coordinate representation of color #BE60CB: hue angle of 292.71º degrees, saturation: 0.51, 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 #BE60CB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 96 | 203 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.20 |
| HSL | 292.71º | 0.51% | 0.59% | - |
| HSV(B) | 292.71º | 0.53% | 0.8% | - |
| XYZ | 36.2 | 23.62 | 59.15 | - |
| YUV | 136.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 203 | 0.06 | 0.53 | 0 | 0.20 | 292.71 | 0.51 | 0.59 |
| Hex | BE | 60 | CB | 6 | 35 | 0 | 14 | 125 | 33 | 3B |
| Octal | 276 | 140 | 313 | 6 | 65 | 0 | 24 | 445 | 63 | 73 |
| Binary | 10111110 | 1100000 | 11001011 | 110 | 110101 | 0 | 10100 | 100100101 | 110011 | 111011 |
Color Harmonies of #BE60CB
Complementary color
Monochromatic Colors of #BE60CB
Black with #BE60CB
Text Example
Text Example
White with #BE60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60CB; }
p { color: rgb(190,96,203); }
H1.HeaderClassName
{
color: #BE60CB;
}
.AnyTagClassName
{
color: #BE60CB;
}
</style>
background-color css
<style>
a { background-color: #BE60CB; }
a { background-color: rgb(190,96,203); }
div.DivClassName
{
background-color: #BE60CB;
}
.BgClassName
{
background-color: #BE60CB;
}
</style>
border-color css
<style>
span { border-color: #BE60CB; }
span { border-color: rgb(190,96,203); }
td.TdClassName
{
border-color: #BE60CB;
}
.TagClassName
{
border-color: #BE60CB;
}
</style>