#BE45EA

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

Shades of Medium Orchid #BE45EA

Tints of Medium Orchid #BE45EA

Color information

#BE45EA (or 0xBE45EA) is unknown color: approx Medium Orchid. HEX triplet: BE, 45 and EA. RGB value is (190,69,234). Sum of RGB (Red+Green+Blue) = 190+69+234=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE45EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45EA is #41BA15. Grayscale: #7B7B7B. Windows color (decimal): -4307478 or 15353278. OLE color: 15353278.

HSL color Cylindrical-coordinate representation of color #BE45EA: hue angle of 284º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE45EA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19069234-
CMYK0.190.7100.08
HSL284º79.71%59.41%-
HSV(B)284º70.51%91.76%-
XYZ38.2121.1479.91-
YUV123.99190.09175.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 69 (27.34% from 255) = 14.00%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=38.54%
G=14.00%
B=47.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal190692340.190.7100.0828479.7159.41
HexBE45EA13470811c503b
Octal2761053522310701043412073
Binary10111110100010111101010100111000111010001000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45EA; }

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

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

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

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

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

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

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

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