Shades of Medium Orchid #BE32E6
Tints of Medium Orchid #BE32E6
RGB
CMYK
RGB Variations
Color information
#BE32E6 (or 0xBE32E6) is known color: Medium Orchid. HEX triplet: BE, 32 and E6. RGB value is (190,50,230). Sum of RGB (Red+Green+Blue) = 190+50+230=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32E6 is #41CD19. Grayscale: #6F6F6F. Windows color (decimal): -4312346 or 15086270. OLE color: 15086270.
HSL color Cylindrical-coordinate representation of color #BE32E6: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE32E6 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 50 | 230 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.10 |
| HSL | 286.67º | 0.78% | 0.55% | - |
| HSV(B) | 286.67º | 0.78% | 0.9% | - |
| XYZ | 36.66 | 18.94 | 76.59 | - |
| YUV | 112.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 230 | 0.17 | 0.78 | 0 | 0.10 | 286.67 | 0.78 | 0.55 |
| Hex | BE | 32 | E6 | 11 | 4E | 0 | A | 11F | 4E | 37 |
| Octal | 276 | 62 | 346 | 21 | 116 | 0 | 12 | 437 | 116 | 67 |
| Binary | 10111110 | 110010 | 11100110 | 10001 | 1001110 | 0 | 1010 | 100011111 | 1001110 | 110111 |
Color Harmonies of #BE32E6
Complementary color
Monochromatic Colors of #BE32E6
Black with #BE32E6
Text Example
Text Example
White with #BE32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32E6; }
p { color: rgb(190,50,230); }
H1.HeaderClassName
{
color: #BE32E6;
}
.AnyTagClassName
{
color: #BE32E6;
}
</style>
background-color css
<style>
a { background-color: #BE32E6; }
a { background-color: rgb(190,50,230); }
div.DivClassName
{
background-color: #BE32E6;
}
.BgClassName
{
background-color: #BE32E6;
}
</style>
border-color css
<style>
span { border-color: #BE32E6; }
span { border-color: rgb(190,50,230); }
td.TdClassName
{
border-color: #BE32E6;
}
.TagClassName
{
border-color: #BE32E6;
}
</style>