Shades of Medium Orchid #BE32F3
Tints of Medium Orchid #BE32F3
RGB
CMYK
RGB Variations
Color information
#BE32F3 (or 0xBE32F3) is known color: Medium Orchid. HEX triplet: BE, 32 and F3. RGB value is (190,50,243). Sum of RGB (Red+Green+Blue) = 190+50+243=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32F3 is #41CD0C. Grayscale: #717171. Windows color (decimal): -4312333 or 15938238. OLE color: 15938238.
HSL color Cylindrical-coordinate representation of color #BE32F3: hue angle of 283.52º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE32F3 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 50 | 243 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 283.52º | 0.89% | 0.57% | - |
| HSV(B) | 283.52º | 0.79% | 0.95% | - |
| XYZ | 38.55 | 19.7 | 86.56 | - |
| YUV | 113.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 243 | 0.22 | 0.79 | 0 | 0.05 | 283.52 | 0.89 | 0.57 |
| Hex | BE | 32 | F3 | 16 | 4F | 0 | 5 | 11C | 59 | 39 |
| Octal | 276 | 62 | 363 | 26 | 117 | 0 | 5 | 434 | 131 | 71 |
| Binary | 10111110 | 110010 | 11110011 | 10110 | 1001111 | 0 | 101 | 100011100 | 1011001 | 111001 |
Color Harmonies of #BE32F3
Complementary color
Monochromatic Colors of #BE32F3
Black with #BE32F3
Text Example
Text Example
White with #BE32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32F3; }
p { color: rgb(190,50,243); }
H1.HeaderClassName
{
color: #BE32F3;
}
.AnyTagClassName
{
color: #BE32F3;
}
</style>
background-color css
<style>
a { background-color: #BE32F3; }
a { background-color: rgb(190,50,243); }
div.DivClassName
{
background-color: #BE32F3;
}
.BgClassName
{
background-color: #BE32F3;
}
</style>
border-color css
<style>
span { border-color: #BE32F3; }
span { border-color: rgb(190,50,243); }
td.TdClassName
{
border-color: #BE32F3;
}
.TagClassName
{
border-color: #BE32F3;
}
</style>