#BE45E9

Color #BE45E9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE45E9

Tints of Medium Orchid #BE45E9

Color information

#BE45E9 (or 0xBE45E9) is unknown color: approx Medium Orchid. HEX triplet: BE, 45 and E9. RGB value is (190,69,233). Sum of RGB (Red+Green+Blue) = 190+69+233=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE45E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45E9 is #41BA16. Grayscale: #7B7B7B. Windows color (decimal): -4307479 or 15287742. OLE color: 15287742.

HSL color Cylindrical-coordinate representation of color #BE45E9: hue angle of 284.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE45E9 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19069233-
CMYK0.180.7000.09
HSL284.27º78.85%59.22%-
HSV(B)284.27º70.39%91.37%-
XYZ38.0721.0979.15-
YUV123.87189.59175.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 69 (27.34% from 255) = 14.02%
BLUE value IS 233 (91.41% from 255) = 47.36%
R=38.62%
G=14.02%
B=47.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190692330.180.7000.09284.2778.8559.22
HexBE45E912460911c4f3b
Octal2761053512210601143411773
Binary10111110100010111101001100101000110010011000111001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45E9; }

 p { color: rgb(190,69,233); }

 H1.HeaderClassName
 {
   color: #BE45E9;
 }
 .AnyTagClassName
 {
   color: #BE45E9;
 }
</style>
background-color css

<style>
 a { background-color: #BE45E9; }

 a { background-color: rgb(190,69,233); }

 div.DivClassName
 {
   background-color: #BE45E9;
 }
 .BgClassName
 {
   background-color: #BE45E9;
 }
</style>
border-color css

<style>
 span { border-color: #BE45E9; }

 span { border-color: rgb(190,69,233); }

 td.TdClassName
 {
   border-color: #BE45E9;
 }
 .TagClassName
 {
   border-color: #BE45E9;
 }
</style>