Shades of Medium Orchid #BE34F2
Tints of Medium Orchid #BE34F2
RGB
CMYK
RGB Variations
Color information
#BE34F2 (or 0xBE34F2) is known color: Medium Orchid. HEX triplet: BE, 34 and F2. RGB value is (190,52,242). Sum of RGB (Red+Green+Blue) = 190+52+242=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34F2 is #41CB0D. Grayscale: #727272. Windows color (decimal): -4311822 or 15873214. OLE color: 15873214.
HSL color Cylindrical-coordinate representation of color #BE34F2: hue angle of 283.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE34F2 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 52 | 242 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.05 |
| HSL | 283.58º | 0.88% | 0.58% | - |
| HSV(B) | 283.58º | 0.79% | 0.95% | - |
| XYZ | 38.49 | 19.81 | 85.8 | - |
| YUV | 114.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 242 | 0.21 | 0.79 | 0 | 0.05 | 283.58 | 0.88 | 0.58 |
| Hex | BE | 34 | F2 | 15 | 4F | 0 | 5 | 11C | 58 | 3A |
| Octal | 276 | 64 | 362 | 25 | 117 | 0 | 5 | 434 | 130 | 72 |
| Binary | 10111110 | 110100 | 11110010 | 10101 | 1001111 | 0 | 101 | 100011100 | 1011000 | 111010 |
Color Harmonies of #BE34F2
Complementary color
Monochromatic Colors of #BE34F2
Black with #BE34F2
Text Example
Text Example
White with #BE34F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34F2; }
p { color: rgb(190,52,242); }
H1.HeaderClassName
{
color: #BE34F2;
}
.AnyTagClassName
{
color: #BE34F2;
}
</style>
background-color css
<style>
a { background-color: #BE34F2; }
a { background-color: rgb(190,52,242); }
div.DivClassName
{
background-color: #BE34F2;
}
.BgClassName
{
background-color: #BE34F2;
}
</style>
border-color css
<style>
span { border-color: #BE34F2; }
span { border-color: rgb(190,52,242); }
td.TdClassName
{
border-color: #BE34F2;
}
.TagClassName
{
border-color: #BE34F2;
}
</style>