Shades of Medium Orchid #BE3AF2
Tints of Medium Orchid #BE3AF2
RGB
CMYK
RGB Variations
Color information
#BE3AF2 (or 0xBE3AF2) is known color: Medium Orchid. HEX triplet: BE, 3A and F2. RGB value is (190,58,242). Sum of RGB (Red+Green+Blue) = 190+58+242=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE3AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3AF2 is #41C50D. Grayscale: #757575. Windows color (decimal): -4310286 or 15874750. OLE color: 15874750.
HSL color Cylindrical-coordinate representation of color #BE3AF2: hue angle of 283.04º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE3AF2 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 58 | 242 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.05 |
| HSL | 283.04º | 0.88% | 0.59% | - |
| HSV(B) | 283.04º | 0.76% | 0.95% | - |
| XYZ | 38.78 | 20.38 | 85.9 | - |
| YUV | 118.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 242 | 0.21 | 0.76 | 0 | 0.05 | 283.04 | 0.88 | 0.59 |
| Hex | BE | 3A | F2 | 15 | 4C | 0 | 5 | 11B | 58 | 3B |
| Octal | 276 | 72 | 362 | 25 | 114 | 0 | 5 | 433 | 130 | 73 |
| Binary | 10111110 | 111010 | 11110010 | 10101 | 1001100 | 0 | 101 | 100011011 | 1011000 | 111011 |
Color Harmonies of #BE3AF2
Complementary color
Monochromatic Colors of #BE3AF2
Black with #BE3AF2
Text Example
Text Example
White with #BE3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3AF2; }
p { color: rgb(190,58,242); }
H1.HeaderClassName
{
color: #BE3AF2;
}
.AnyTagClassName
{
color: #BE3AF2;
}
</style>
background-color css
<style>
a { background-color: #BE3AF2; }
a { background-color: rgb(190,58,242); }
div.DivClassName
{
background-color: #BE3AF2;
}
.BgClassName
{
background-color: #BE3AF2;
}
</style>
border-color css
<style>
span { border-color: #BE3AF2; }
span { border-color: rgb(190,58,242); }
td.TdClassName
{
border-color: #BE3AF2;
}
.TagClassName
{
border-color: #BE3AF2;
}
</style>