Shades of Medium Orchid #BE6FCB
Tints of Medium Orchid #BE6FCB
RGB
CMYK
RGB Variations
Color information
#BE6FCB (or 0xBE6FCB) is known color: Medium Orchid. HEX triplet: BE, 6F and CB. RGB value is (190,111,203). Sum of RGB (Red+Green+Blue) = 190+111+203=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FCB is #419034. Grayscale: #909090. Windows color (decimal): -4296757 or 13332414. OLE color: 13332414.
HSL color Cylindrical-coordinate representation of color #BE6FCB: hue angle of 291.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6FCB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 111 | 203 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.20 |
| HSL | 291.52º | 0.47% | 0.62% | - |
| HSV(B) | 291.52º | 0.45% | 0.8% | - |
| XYZ | 37.7 | 26.63 | 59.65 | - |
| YUV | 145.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 111 | 203 | 0.06 | 0.45 | 0 | 0.20 | 291.52 | 0.47 | 0.62 |
| Hex | BE | 6F | CB | 6 | 2D | 0 | 14 | 124 | 2F | 3E |
| Octal | 276 | 157 | 313 | 6 | 55 | 0 | 24 | 444 | 57 | 76 |
| Binary | 10111110 | 1101111 | 11001011 | 110 | 101101 | 0 | 10100 | 100100100 | 101111 | 111110 |
Color Harmonies of #BE6FCB
Complementary color
Monochromatic Colors of #BE6FCB
Black with #BE6FCB
Text Example
Text Example
White with #BE6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6FCB; }
p { color: rgb(190,111,203); }
H1.HeaderClassName
{
color: #BE6FCB;
}
.AnyTagClassName
{
color: #BE6FCB;
}
</style>
background-color css
<style>
a { background-color: #BE6FCB; }
a { background-color: rgb(190,111,203); }
div.DivClassName
{
background-color: #BE6FCB;
}
.BgClassName
{
background-color: #BE6FCB;
}
</style>
border-color css
<style>
span { border-color: #BE6FCB; }
span { border-color: rgb(190,111,203); }
td.TdClassName
{
border-color: #BE6FCB;
}
.TagClassName
{
border-color: #BE6FCB;
}
</style>