Shades of Medium Orchid #BE75D6
Tints of Medium Orchid #BE75D6
RGB
CMYK
RGB Variations
Color information
#BE75D6 (or 0xBE75D6) is known color: Medium Orchid. HEX triplet: BE, 75 and D6. RGB value is (190,117,214). Sum of RGB (Red+Green+Blue) = 190+117+214=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75D6 is #418A29. Grayscale: #959595. Windows color (decimal): -4295210 or 14054846. OLE color: 14054846.
HSL color Cylindrical-coordinate representation of color #BE75D6: hue angle of 285.15º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE75D6 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 117 | 214 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.16 |
| HSL | 285.15º | 0.54% | 0.65% | - |
| HSV(B) | 285.15º | 0.45% | 0.84% | - |
| XYZ | 39.73 | 28.52 | 67.03 | - |
| YUV | 149.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 214 | 0.11 | 0.45 | 0 | 0.16 | 285.15 | 0.54 | 0.65 |
| Hex | BE | 75 | D6 | B | 2D | 0 | 10 | 11D | 36 | 41 |
| Octal | 276 | 165 | 326 | 13 | 55 | 0 | 20 | 435 | 66 | 101 |
| Binary | 10111110 | 1110101 | 11010110 | 1011 | 101101 | 0 | 10000 | 100011101 | 110110 | 1000001 |
Color Harmonies of #BE75D6
Complementary color
Monochromatic Colors of #BE75D6
Black with #BE75D6
Text Example
Text Example
White with #BE75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE75D6; }
p { color: rgb(190,117,214); }
H1.HeaderClassName
{
color: #BE75D6;
}
.AnyTagClassName
{
color: #BE75D6;
}
</style>
background-color css
<style>
a { background-color: #BE75D6; }
a { background-color: rgb(190,117,214); }
div.DivClassName
{
background-color: #BE75D6;
}
.BgClassName
{
background-color: #BE75D6;
}
</style>
border-color css
<style>
span { border-color: #BE75D6; }
span { border-color: rgb(190,117,214); }
td.TdClassName
{
border-color: #BE75D6;
}
.TagClassName
{
border-color: #BE75D6;
}
</style>