#BE70E9

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

Shades of Medium Orchid #BE70E9

Tints of Medium Orchid #BE70E9

Color information

#BE70E9 (or 0xBE70E9) is unknown color: approx Medium Orchid. HEX triplet: BE, 70 and E9. RGB value is (190,112,233). Sum of RGB (Red+Green+Blue) = 190+112+233=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70E9 is #418F16. Grayscale: #949494. Windows color (decimal): -4296471 or 15298750. OLE color: 15298750.

HSL color Cylindrical-coordinate representation of color #BE70E9: hue angle of 278.68º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE70E9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190112233-
CMYK0.180.5200.09
HSL278.68º73.33%67.65%-
HSV(B)278.68º51.93%91.37%-
XYZ41.7428.4280.38-
YUV149.12175.34157.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=35.51%
G=20.93%
B=43.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901122330.180.5200.09278.6873.3367.65
HexBE70E91234091174944
Octal2761603512264011427111104
Binary10111110111000011101001100101101000100110001011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70E9; }

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

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

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

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

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

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

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

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