Shades of Medium Orchid #BE3DF2
Tints of Medium Orchid #BE3DF2
RGB
CMYK
RGB Variations
Color information
#BE3DF2 (or 0xBE3DF2) is known color: Medium Orchid. HEX triplet: BE, 3D and F2. RGB value is (190,61,242). Sum of RGB (Red+Green+Blue) = 190+61+242=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3DF2 is #41C20D. Grayscale: #777777. Windows color (decimal): -4309518 or 15875518. OLE color: 15875518.
HSL color Cylindrical-coordinate representation of color #BE3DF2: hue angle of 282.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3DF2 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 61 | 242 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.05 |
| HSL | 282.76º | 0.87% | 0.59% | - |
| HSV(B) | 282.76º | 0.75% | 0.95% | - |
| XYZ | 38.93 | 20.7 | 85.95 | - |
| YUV | 120.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 242 | 0.21 | 0.75 | 0 | 0.05 | 282.76 | 0.87 | 0.59 |
| Hex | BE | 3D | F2 | 15 | 4B | 0 | 5 | 11B | 57 | 3B |
| Octal | 276 | 75 | 362 | 25 | 113 | 0 | 5 | 433 | 127 | 73 |
| Binary | 10111110 | 111101 | 11110010 | 10101 | 1001011 | 0 | 101 | 100011011 | 1010111 | 111011 |
Color Harmonies of #BE3DF2
Complementary color
Monochromatic Colors of #BE3DF2
Black with #BE3DF2
Text Example
Text Example
White with #BE3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3DF2; }
p { color: rgb(190,61,242); }
H1.HeaderClassName
{
color: #BE3DF2;
}
.AnyTagClassName
{
color: #BE3DF2;
}
</style>
background-color css
<style>
a { background-color: #BE3DF2; }
a { background-color: rgb(190,61,242); }
div.DivClassName
{
background-color: #BE3DF2;
}
.BgClassName
{
background-color: #BE3DF2;
}
</style>
border-color css
<style>
span { border-color: #BE3DF2; }
span { border-color: rgb(190,61,242); }
td.TdClassName
{
border-color: #BE3DF2;
}
.TagClassName
{
border-color: #BE3DF2;
}
</style>