Shades of Medium Orchid #BE34CF
Tints of Medium Orchid #BE34CF
RGB
CMYK
RGB Variations
Color information
#BE34CF (or 0xBE34CF) is known color: Medium Orchid. HEX triplet: BE, 34 and CF. RGB value is (190,52,207). Sum of RGB (Red+Green+Blue) = 190+52+207=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34CF is #41CB30. Grayscale: #6E6E6E. Windows color (decimal): -4311857 or 13579454. OLE color: 13579454.
HSL color Cylindrical-coordinate representation of color #BE34CF: hue angle of 293.42º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE34CF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 52 | 207 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.19 |
| HSL | 293.42º | 0.62% | 0.51% | - |
| HSV(B) | 293.42º | 0.75% | 0.81% | - |
| XYZ | 33.73 | 17.91 | 60.71 | - |
| YUV | 110.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 207 | 0.08 | 0.75 | 0 | 0.19 | 293.42 | 0.62 | 0.51 |
| Hex | BE | 34 | CF | 8 | 4B | 0 | 13 | 125 | 3E | 33 |
| Octal | 276 | 64 | 317 | 10 | 113 | 0 | 23 | 445 | 76 | 63 |
| Binary | 10111110 | 110100 | 11001111 | 1000 | 1001011 | 0 | 10011 | 100100101 | 111110 | 110011 |
Color Harmonies of #BE34CF
Complementary color
Monochromatic Colors of #BE34CF
Black with #BE34CF
Text Example
Text Example
White with #BE34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34CF; }
p { color: rgb(190,52,207); }
H1.HeaderClassName
{
color: #BE34CF;
}
.AnyTagClassName
{
color: #BE34CF;
}
</style>
background-color css
<style>
a { background-color: #BE34CF; }
a { background-color: rgb(190,52,207); }
div.DivClassName
{
background-color: #BE34CF;
}
.BgClassName
{
background-color: #BE34CF;
}
</style>
border-color css
<style>
span { border-color: #BE34CF; }
span { border-color: rgb(190,52,207); }
td.TdClassName
{
border-color: #BE34CF;
}
.TagClassName
{
border-color: #BE34CF;
}
</style>